Execute SAS code in current session and render html output.
See also
Other code execution functions:
sas_run_file()
,
sas_run_selected()
Examples
if (FALSE) { # \dontrun{
sas_connect()
sas_run_string("PROC MEANS DATA = sashelp.cars;RUN;")
} # }
Execute SAS code in current session and render html output.
Other code execution functions:
sas_run_file()
,
sas_run_selected()
if (FALSE) { # \dontrun{
sas_connect()
sas_run_string("PROC MEANS DATA = sashelp.cars;RUN;")
} # }