Skip to contents

Starts a SAS session. This is required before doing anything!

Usage

sas_connect(cfgname)

Arguments

cfgname

string; Name of configuration to use from the SAS_config_names list within in sascfg_personal.py.

Value

No return value.

Details

All configurations are specified within the sascfg_personal.py file inside the SASPy package. For more information about SASPy configuration, check out the configuration documentation or vignette("configuration").

Examples

if (FALSE) { # \dontrun{
sas_connect(cfgname = "oda")
} # }