Re: [R] Import ASCII data using a .sas program

2012-07-11 Thread ajdamico
Hi Don, Sorry that this may be too late for what you were working on, but wanted to reply just in case you have to tackle this in the future.. :) library(SAScii) x <- read.SAScii( "d:/fh4.txt" , "d:/sas input script.sas" ) Anthony -- View this message in context: http://r.789695.n4.nabble.

Re: [R] Import ASCII data using a .sas program

2010-04-14 Thread John Fox
lp-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On > Behalf Of Donald Catanzaro, PhD > Sent: April-14-10 1:02 PM > To: r-help@r-project.org > Subject: Re: [R] Import ASCII data using a .sas program > > Good Day, > > I have several ASCII data files that I would

Re: [R] Import ASCII data using a .sas program

2010-04-14 Thread Donald Catanzaro, PhD
Good Day, I have several ASCII data files that I would like to import into R. They all have a SAS import file which is used to bring the data into SAS and I am hoping to use this to bring the data into R. There are lots of variables involved and the ASCII data file is 2308 columns long so I