transform_nms_in_mdl_tbl | R Documentation |
transform_nms_in_mdl_tbl() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform names in model table. Function argument mdl_tbl_tb specifies the object to be updated. Argument col_nm_1L_chr provides the object to be updated. The function returns Transformed model table (a tibble).
transform_nms_in_mdl_tbl(
mdl_tbl_tb,
col_nm_1L_chr = "Parameter",
var_nm_change_lup = NULL
)
mdl_tbl_tb |
Model table (a tibble) |
col_nm_1L_chr |
Column name (a character vector of length one), Default: 'Parameter' |
var_nm_change_lup |
Variable name change (a lookup table), Default: NULL |
Transformed model table (a tibble)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.