Execute a SAS file and render html output or save output as html and log.
Examples
if (FALSE) { # \dontrun{
cat("PROC MEANS DATA = sashelp.cars;\n RUN;", file = "test.sas")
sas_connect()
sas_run_file("test.sas", "test.html")
} # }
Execute a SAS file and render html output or save output as html and log.
if (FALSE) { # \dontrun{
cat("PROC MEANS DATA = sashelp.cars;\n RUN;", file = "test.sas")
sas_connect()
sas_run_file("test.sas", "test.html")
} # }