connect_sas_libraries: Create string vector for loading SAS libraries

View source: R/utils.R

connect_sas_librariesR Documentation

Create string vector for loading SAS libraries

Description

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.

Usage

connect_sas_libraries(lib_name = "temp", lib_path = "")

Arguments

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.

Value

A character vector of SAS code for loading desired libraries.

Examples

## Not run: 
connect_sas_libraries(lib_name = 'mylib', lib_path = '/location/to/saslibrary/on/drive')

## End(Not run)

al-obrien/farrago documentation built on April 14, 2023, 6:20 p.m.