I am trying to read a file with 35.000.000 rows and 105 columns in R and decided to use Revolution R Enterprise 7.4, with this code:
input <- RxTextData(data, isFixedFormat = F,delimiter = "\t")
s <- rxImport(inData = input,outFile = output,overwrite = T)
but the code throws the following error:
Error in doTryCatch(return(expr), name, parentenv, handler) :
Write error: expected 8 got
Does anybody know how can I solve this error?
Thanks
The patch for Windows and Linux has been made public Please follow this link to download the patch: https://support.microsoft.com/en-us/kb/3171055
This patch is for current release versions (Linux version 8.0.5 and Windows version 8.0.3)
If you require this patch for a different version, please contact Microsoft support or feel free to address your concerns on this question on StackOverflow.
-Kirill