Displaying 2 results from an estimated 2 matches for "sas_data_set".
Did you mean:
sas_data_sets
2002 Dec 20
2
Part II Re: read.ssd {foreign} (Reading a permanent SAS d ataset into an R data frame)
try:
library(foreign)
read.ssd("J:\\QM\\Reports\\Sarthur\\SAS_Application\\SAS_Data_Sets","use")
instead, hth, Merry Christmas, Bernhard
-----Original Message-----
From: Stephen Arthur [mailto:sarthur67 at yahoo.com]
Sent: 20 December 2002 16:55
To: ripley at stats.ox.ac.uk; rossini at blindglobe.net
Cc: r-help at stat.math.ethz.ch; stvjc at channing.harvard.edu
Subje...
2002 Dec 20
1
read.ssd {foreign} (Reading a permanent SAS dataset into an R data frame)
...ich includes the 'read.ssd' function.
I read the instructions, and followed the example
closely in the R documentation.
C:\Program
Files\R\rw1061\library\foreign\html\read.ssd.html
When I run the first R command, in the example, on my
SAS library:
> list.files("C:\\My Documents\\SAS_Data_Sets")
I get the correct output.
When I run the second R command, in the example,
> read.ssd("C:\\My Documents\\SAS_Data_Sets","use")
I get the following message,
'Error: couldn't find function "read.ssd"'
Why is R saying it can not find the func...