On Thu, 19 Dec 2002, Stephen Arthur wrote:
I just downloaded and installed R 1.6.1 on my
machine where I also run SAS.
I want to use the 'read.ssd' function so that I
convert a permanent SAS data set into an R data
C:\Program
Files\R\rw1061\library\foreign\html\read.ssd.html
When I run the first R command, in the example, on
list.files("C:\\My Documents\\SAS_Data_Sets")
I get the correct output.
When I run the second R command, in the example,
Documents\\SAS_Data_Sets","use")
2) To use a package you need to use e.g.
library(foreign)