Execute selected SAS code in current session and render html output as SAS
widget. See vignette("overview")
for more information on how to utilize
the addin within RStudio or Positron.
See also
Other code execution functions:
sas_run_file()
,
sas_run_string()
Examples
if (FALSE) { # \dontrun{
sas_connect()
# highlight something in the active editor of RStudio or Positron
sas_run_selected()
} # }