Execute selected SAS code in current session and render html output as SAS widget.
Examples
if (FALSE) { # \dontrun{
sas_connect()
# highlight something in the active editor of RStudio or Positron
sas_run_selected()
} # }
Execute selected SAS code in current session and render html output as SAS widget.
if (FALSE) { # \dontrun{
sas_connect()
# highlight something in the active editor of RStudio or Positron
sas_run_selected()
} # }