Converts R table into a table in the current SAS session. Translation errors may occur.
Examples
if (FALSE) { # \dontrun{
sas_connect()
r_to_sas(mtcars, "mtcars")
} # }
Converts R table into a table in the current SAS session. Translation errors may occur.
if (FALSE) { # \dontrun{
sas_connect()
r_to_sas(mtcars, "mtcars")
} # }