| sas_connect | R Documentation |
Starts a SAS session. This is required before doing anything!
sas_connect(cfgname, reconnect = FALSE)
cfgname |
string; Name of configuration to use from the SAS_config_names
list within in |
reconnect |
logical; Establish a new connection if a connection already exists? |
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").
No return value.
Other session management functions:
sas_disconnect(),
sas_get_session()
sas_connect(cfgname = "oda")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.