search for: appliclog

Displaying 1 result from an estimated 1 matches for "appliclog".

2010 Apr 19
2
Huge data sets and RAM problems
...r, the data frame returned has 1.220.987 rows. Furthermore, as one of the data attributes is DataTime, when I try to split this column into two columns (one with Data and one with the Time), the returned result is quite strange, as the two new columns appear to have more rows than the data frame: applicLog.dat <- read.delim("file.txt") #Process the syscreated column (Date time --> Date + time) copyDate <- applicLog.dat[["?..syscreated"]] copyDate <- as.character(copyDate) splitDate <- strsplit(copyDate, " ") splitDate <- unlist(splitDate) splitDateIndex...