get_sas_cfg {sasr} | R Documentation |
Obtain the SAS Configuration File
Description
Obtain the file path of the SAS configuration file.
Usage
get_sas_cfg()
Details
Obtain the default sas configuration file. By default, it will search
the sascfg_personal.py
file under current directory. If it does not exist, it will
search this file under home directory. If this file does not exist, NULL will be returned.
Value
The file path of default SAS configuration file, or NULL if not found.
[Package sasr version 0.1.2 Index]