Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

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


View products that this article applies to.

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)

↑ Back to the top


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.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3104245
Revision : 1
Created on : 1/7/2017
Published on : 10/29/2015
Exists online : False
Views : 55