Description Usage Arguments Value
View source: R/load_principle_datasets.R
get a dataset containing gids and their corresponding pidms. This is pulled directly from banner. If a banner connection is not possible, see OPA's employee snapshot files. This dataset is comprehensive for every student and employee that has ever worked on campus while banner has been implemented
1  | get_pidm_gid_lu(opt_banner_conn, opt_pidm_vec, opt_gid_vec)
 | 
opt_banner_conn | 
 if a banner connection has already been made, supply it here. Otherwise, this function will prompt for logon credentials for a one time use connection.  | 
opt_pidm_vec | 
 use this optional parameter to filter the underlying sql query. Useful for time-sensitive applications.  | 
opt_gid_vec | 
 use this optional parameter to filter the underlying sql query. Useful for time-sensitive applications.  | 
a two column dataframe containing gids and corresponding pidms
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.