get_predictors_lup | R Documentation |
get_predictors_lup() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get predictors lookup table. The function returns Predictors (a tibble).
get_predictors_lup(
mdl_meta_data_ls = NULL,
mdls_lup = NULL,
mdl_nm_1L_chr = NULL,
outp_is_abbrs_tb = F,
server_1L_chr = "dataverse.harvard.edu",
key_1L_chr = NULL
)
mdl_meta_data_ls |
Model meta data (a list), Default: NULL |
mdls_lup |
Models (a lookup table), Default: NULL |
mdl_nm_1L_chr |
Model name (a character vector of length one), Default: NULL |
outp_is_abbrs_tb |
Output is abbreviations (a tibble), Default: F |
server_1L_chr |
Server (a character vector of length one), Default: 'dataverse.harvard.edu' |
key_1L_chr |
Key (a character vector of length one), Default: NULL |
Predictors (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.