search for: tp2226950p2227578

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

2010 May 22
3
Increasing the maximum number of rows
Dear R helpers, I created a somewhat big database (+206,700 rows) in MySQL and have exported into a csv file, but I can't open the whole thing in R. I am using: > base<-read.csv("/path/to/file.csv", header=F, sep="," nrows=206720) R doesn't complain but it only opens 128,328 observations (the number of columns corresponds to the original database): >