get_table_predn_mdl | R Documentation |
get_table_predn_mdl() 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 table prediction model. Function argument mdl_nm_1L_chr specifies the where to look for the required object. The function returns Table prediction (a model).
get_table_predn_mdl(mdl_nm_1L_chr, ingredients_ls, analysis_1L_chr = NULL)
mdl_nm_1L_chr |
Model name (a character vector of length one) |
ingredients_ls |
Ingredients (a list) |
analysis_1L_chr |
Analysis (a character vector of length one), Default: NULL |
Table prediction (a model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.