Skip to contents

Gets current SAS session so that you can use functions not yet implemented. Can also be useful for testing or using Python.

Usage

sas_get_session()

Value

Current SAS session.

Examples

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