transform_params_ls_to_valid | R Documentation |
transform_params_ls_to_valid() 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 to valid. Function argument params_ls specifies the object to be updated. Argument scndry_analysis_extra_vars_chr provides the object to be updated. The function returns Valid parameters (a list of lists).
transform_params_ls_to_valid(
params_ls,
scndry_analysis_extra_vars_chr = NA_character_
)
params_ls |
Parameters (a list) |
scndry_analysis_extra_vars_chr |
Secondary analysis extra variables (a character vector), Default: 'NA' |
Valid parameters (a list of lists)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.