| sas_run_string | R Documentation |
Execute SAS code in current session and render html output.
sas_run_string(input, capture = "both", height = "auto", width = "auto")
input |
string; SAS code to run. |
capture |
string; If |
height |
string; The height of the SAS output. |
width |
string; The width of the SAS output. |
htmlwidget; HTML5 output.
Other code execution functions:
sas_run_file(),
sas_run_selected()
sas_connect()
sas_run_string("PROC MEANS DATA = sashelp.cars;RUN;")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.