connect_sas_libraries | R Documentation |
connect_sas_libraries
will create a character string of SAS code for loading the provided library and path information.
This is typically passed as an argument to add_library
to load_from_sas
. Assumes connecting to remote libraries.
connect_sas_libraries(lib_name = "temp", lib_path = "")
lib_name |
A character vector for the SAS library name to be defined. |
lib_path |
A character variable for the connection path to the library of interest. |
A character vector of SAS code for loading desired libraries.
## Not run:
connect_sas_libraries(lib_name = 'mylib', lib_path = '/location/to/saslibrary/on/drive')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.