Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Problem

I want to use rxImport function Import a csv file to xdf,  the file,which have more than 25 thousand columns and I get these error messages:

ERROR: Line length is too long! 
Error in rxCall("Rx_ImportDataSource",params)

Solution

With RRE, you can manage wide datasets such as this through some switches -

You can set the max-ppsize flag when starting R in order to use functions.

For example, using R directly (i.e., rgui.exe or rterm.exe), set the max-ppsize=500000 when you type R: R --max-ppsize=500000.

On Windows with the RPE, set the max-ppsize flag in the call to the RevoIDE executable: RevoIDE.exe /RCommandLine --max-ppsize=500000.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×