[R] ff package when reading .csv files

dhanush dhana.sa at gmail.com
Fri Jun 11 08:37:33 CEST 2010


Hi


My aim is to read a large .csv file into R. I ran the following code and am
using R version 10.1 on Windows.

>library(ff)
> read.csv.ffdf(x=NULL,"file.csv",fileEncoding="",nrows=-1,first.rows=NULL,next.rows=NULL,levels=NULL,appendLevels=TRUE,FUN="read.table",transFUN=NULL,asffdf_args=list(),BATCHBYTES=getOption("ffbatchbytes"),VERBOSE=FALSE)

Error in read.table.ffdf(FUN = "read.csv", ...) : 
  formal argument "FUN" matched by multiple actual arguments

Can anyone help me to fix this error. Thanks in advance.
-- 
View this message in context: http://r.789695.n4.nabble.com/ff-package-when-reading-csv-files-tp2251333p2251333.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list