update_data_dict | R Documentation |
update_data_dict() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update data dictionary. The function is called for its side effects and does not return a value.
update_data_dict(
X_Ready4useDyad = Ready4useDyad(),
dictionary_lups_ls = list(),
arrange_by_1L_chr = c("category", "var_ctg_chr", "name", "var_nm_chr", "both",
"var_ctg_chr, var_nm_chr")
)
X_Ready4useDyad |
PARAM_DESCRIPTION, Default: Ready4useDyad() |
dictionary_lups_ls |
Dictionary lookup tables (a list), Default: list() |
arrange_by_1L_chr |
Arrange by (a character vector of length one), Default: c("category", "var_ctg_chr", "name", "var_nm_chr", "both", "var_ctg_chr, var_nm_chr") |
X (A dataset and data dictionary pair.)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.