Skip to contents

Execute selected SAS code in current session and render html output as SAS widget.

Usage

sas_run_selected()

Value

No return value.

Examples

if (FALSE) { # \dontrun{
sas_connect()

# highlight something in the active editor of RStudio or Positron

sas_run_selected()
} # }