search for: irisnoh

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

Did you mean: irish
2012 Feb 02
9
sqldf for Very Large Tab Delimited Files
...e taken iris dataset as an example and have done the following: (1) create a tab-delimited file without headers. (2) read it using read.csv.sql command (3) write the result of a query, getting first 10 records Here is the reproducible code that I am trying: # Text data file write.table(iris, "irisNoH.txt", sep = "\t", quote = FALSE, col.names=FALSE,row.names = FALSE) # create an empty database (can skip this step if database already exists) sqldf("attach myTestdbT as new") f1<-file("irisNoH.txt") attr(f1, "file.format") <- list(header=FALSE,sep...