search for: datetimestamp

Displaying 9 results from an estimated 9 matches for "datetimestamp".

2009 Oct 05
6
Date-Time-Stamp input method for user-specific formats
Date-Time-Stamp input method to correctly interpret user-specific formats:coding is 90% there - based on exmple at http://tolstoy.newcastle.edu.au/R/help/05/02/12003.html ...anyone got the last 10% please? CONTEXT: Data is received where one of the columns is a datetimestamp. At midnight, the value represented as text in this column consists of just the date part, e.g. "01/09/2009". At other times, the value in the column contains both date and time e.g. "01/09/2009 00:00:01". The goal is to read it into R as an appropriate data type, where for e...
2009 Nov 01
4
convert list to Dataframe
...o. California;USA;CA;;;36.778261;-119.4179324 12407;10:47:59;20;10;2009;obamavideonews;Obama News Obama Afghanistan troop decision timing (AFP) : AFP - Pres.. http://bit.ly/3KPUr8 #obama #video;USA;USA;;;;37.09024;-95.712891 ... .. ..- attr(*, "Author")= chr(0) .. ..- attr(*, "DateTimeStamp")= POSIXlt[1:9], format: "2009-10-31 04:46:56" .. ..- attr(*, "Description")= chr(0) .. ..- attr(*, "Heading")= chr(0) .. ..- attr(*, "ID")= chr "1" .. ..- attr(*, "Language")= chr "en" .. ..- attr(*, "Local...
2011 May 21
1
DocumentTermMatrix error
...".")) >Warning message: >In readLines(y, encoding = x$Encoding) : >incomplete final line found on './test.txt' meta(tekst, "Heading", "local") <- c("test") meta(tekst[[1]]) >Available meta data pairs are: Author : DateTimeStamp: 2011-05-21 11:25:21 Description : Heading : test ID : test.txt Language : en Origin : test <- TermDocumentMatrix(tekst) > Error in tolower(txt) : > invalid input 'PROD Z LAHKO GNETNO MELJNO GLINO, ... in 'utf8towcs' Att...
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
This error can arise when getOption("width") is too small. 80 seems to be the limit for me with R-3.3.2 on Windows. Bill Dunlap TIBCO Software wdunlap tibco.com On Wed, Mar 8, 2017 at 10:28 PM, Spencer Graves <spencer.graves at prodsyse.com> wrote: > Hello: > > > I tried "debug(help)" with the problem mentioned below. It stopped > with a call to
2011 Apr 06
0
Curious treatment of entities in xmlTreeParse
...TreeParse(a, replaceEntities=FALSE, asText=TRUE) I'm guessing this is what breaks things when I try to do things with tm: rss2Reader <- readXML( spec = list( Author = list("node", "/item/creator"), Content = list("node", "/item/description"), DateTimeStamp = list("function",function(x) as.POSIXlt(Sys.time(), tz = "GMT")), Heading = list("node", "/item/title"), ID = list("function", function(x) tempfile()), Origin = list("node", "/item/link")), doc = PlainTextDocument()) r...
2011 May 18
0
text mining problem using TM package
...eta = T, "Topics == 'MCAT'") * * * * * When I use sFilter, I can only filter fields in yellow, I want to filter fields in red, what am I doing wrong? Thanks, Andy This is meta data that is attached to each article Available meta data pairs are: Author : DateTimeStamp: 1997-03-31 Description : Heading : USA: WHX begins tender offer for Dynamics Corp. ID : 476871 Language : en_US Origin : Reuters Corpus Volume 1 User-defined local meta data pairs are: $Publisher [1] "Reuters Holdings Plc" $Topics [1] &quot...
2012 Jan 08
2
cannot find package in Packages>>Install Packages
...>> 12407;10:47:59;20;10;2009;**obamavideonews;Obama News Obama Afghanistan >> troop decision timing (AFP) : AFP - Pres.. http://bit.ly/3KPUr8 #obama >> #video;USA;USA;;;;37.09024;-**95.712891 ... >> .. ..- attr(*, "Author")= chr(0) >> .. ..- attr(*, "DateTimeStamp")= POSIXlt[1:9], format: "2009-10-31 >> 04:46:56" >> .. ..- attr(*, "Description")= chr(0) >> .. ..- attr(*, "Heading")= chr(0) >> .. ..- attr(*, "ID")= chr "1" >> .. ..- attr(*, "Language")= chr &quo...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
It happens in the fda package because some of the headers are longer than typical (e.g., "Repository/R-Forge/DateTimeStamp") and formatDL dies if the indent argument is too large compared to the width argument. It might be nice to change formatDL so it never gave such an error, but did something reasonable when the 'indent' argument was too big. Changing if (indent > width/2) stop("incorrect va...
2011 Mar 24
2
Problem with Snowball & RWeka
Dear Forum, when I try to use SnowballStemmer() I get the following error message: "Could not initialize the GenericPropertiesCreator. This exception was produced: java.lang.NullPointerException" It seems to have something to do with either Snowball or RWeka, however I can't figure out, what to do myself. If you could spend 5 minutes of your valuable time, to help me or give me a