get_model | R Documentation |
get_model() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get model. The function returns Model (a model).
get_model(
mdls_lup,
mdl_nm_1L_chr,
make_from_tbl_1L_lgl = T,
mdl_meta_data_ls = NULL,
server_1L_chr = "dataverse.harvard.edu",
key_1L_chr = NULL
)
mdls_lup |
Models (a lookup table) |
mdl_nm_1L_chr |
Model name (a character vector of length one) |
make_from_tbl_1L_lgl |
Make from table (a logical vector of length one), Default: T |
mdl_meta_data_ls |
Model meta data (a list), Default: NULL |
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 |
Model (a model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.