Converts table from current SAS session into a R data.frame
. Translation
errors may occur.
Examples
if (FALSE) { # \dontrun{
sas_connect()
cars <- sas_to_r("cars", "sashelp")
} # }
Converts table from current SAS session into a R data.frame
. Translation
errors may occur.
if (FALSE) { # \dontrun{
sas_connect()
cars <- sas_to_r("cars", "sashelp")
} # }