Skip to content
Prev 299329 / 398503 Next

How to import SAS data in R?

On 06/07/2012 1:11 PM, C W wrote:
You could write it out in some plain delimited format, e.g. CSV or 
tab-delimited.  Watch out for special characters in strings that confuse 
R when it reads it in (e.g. commas in unquoted CSV strings, quotes 
within strings, etc.)

Duncan Murdoch