Skip to contents

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

Usage

sas_connect(config)

Arguments

config

Configuration to use from the SAS_config_names list in sascfg_personal.py.

Value

No return value.

Examples

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