transform_params_ls_from_lup | R Documentation |
transform_params_ls_from_lup() 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 parameters list from lookup table. Function argument params_ls specifies the object to be updated. Argument rename_lup provides the object to be updated. The function returns Parameters (a list).
transform_params_ls_from_lup(params_ls, rename_lup)
params_ls |
Parameters (a list) |
rename_lup |
Rename (a lookup table) |
Parameters (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.