Displaying 1 result from an estimated 1 matches for "wahalulu".
2011 Jan 18
2
help with read.table.ffdf parameters
...B of
memory. I haven't been able to read the entire dataset into memory using
traditional read.table.
I guess I am not sure given the error message if I need to specify further
parameters.
Thank you,
Marck Vaisman
marck@vaisman.us
http://www.linkedin.com/in/marckvaisman
http://twitter.com/#!/wahalulu <http://twitter.com/#%21/wahalulu>
> results.five <- read.table("./results/results.txt",
+ header = F, nrows = 5) # read 5 lines for
structure
> classes <- sapply(results.five, class) # to specify colClasses
> classes
V1 V2...