Re: [R] Fwd: Wanted to learn R Language

2017-11-30 Thread Hadley Wickham
Or try haven::read_xpt(): http://haven.tidyverse.org/reference/read_xpt.html Hadley On Thu, Nov 30, 2017 at 3:13 PM, Jim Lemon wrote: > Hi SAS_learner, > Have a look at the read.xport function in the foreign package. > > Jim > > On Fri, Dec 1, 2017 at 7:50 AM, SAS_learner

Re: [R] Fwd: Wanted to learn R Language

2017-11-30 Thread MacQueen, Don
And if you have trouble with read.export(), then another option is to use SAS to export the data to a text file, then load it into R using R's read.table() function. I would suggest that the SAS export be to a tab-delimited file, with column headers, and no quotes around text fields, but there

Re: [R] Fwd: Wanted to learn R Language

2017-11-30 Thread Jim Lemon
Hi SAS_learner, Have a look at the read.xport function in the foreign package. Jim On Fri, Dec 1, 2017 at 7:50 AM, SAS_learner wrote: > Hello all , > > I am a SAS user for a while and wanted to learn to program in R . My > biggest hurdle to start, is to get the data (I

[R] Fwd: Wanted to learn R Language

2017-11-30 Thread SAS_learner
Hello all , I am a SAS user for a while and wanted to learn to program in R . My biggest hurdle to start, is to get the data (I work in clinical domain ) that too inside VPN secured access. The only way I can learn during my work time is create my own data frames and create programs that can be