get_cndt_mdls | R Documentation |
get_cndt_mdls() is a Get function that retrieves a pre-existing data object from memory, local file system or online repository. Specifically, this function implements an algorithm to get candidate models. Function argument filter_1L_lgl specifies the where to look for the required object. The function returns Candidate models (a lookup table).
get_cndt_mdls(
filter_1L_lgl = T,
mdl_short_nms_chr = NA_character_,
mdl_types_lup = NULL
)
filter_1L_lgl |
Filter (a logical vector of length one), Default: T |
mdl_short_nms_chr |
Model short names (a character vector), Default: 'NA' |
mdl_types_lup |
Model types (a lookup table), Default: NULL |
Candidate models (a lookup table)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.