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