I'm trying to import a large (14+gb) file into RStudio for use in a project, but I've run into some roadblocks. I installed the 'ff' package to make this easier, but I keep having bugs that I do not know how to fix. Thank you!
This is the code that I used once I imported the ff package:
largeData <- read.csv.ffdf(file="Downloads/measurements.csv")
This is the error message that I get when I run this code:
Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : scan() expected 'a logical', got '"Groningen'
If people know how to do this besides using the ff package, I am open to new ideas.