I'm learning to fiddle with R
, and I was writing a script and everything was fine I suddenly typed
read.csv2.ffdf(file="DM_ALUNO.csv",sep="|",first.rows=100000)
I pressed ctrl + r and the error below appeared
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
scan() expected 'a logical', got '84312'
Does anyone know what to do to solve?