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.

Importing wide data files


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 column.

↑ 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 : 3103841
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 60