add_dictionary | R Documentation |
add_dictionary() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add dictionary. The function is called for its side effects and does not return a value.
add_dictionary(
X_Ready4useDyad = Ready4useDyad(),
new_cases_r3 = ready4use_dictionary(),
var_ctg_chr = "Uncategorised",
arrange_by_1L_chr = c("category", "name")
)
X_Ready4useDyad |
PARAM_DESCRIPTION, Default: Ready4useDyad() |
new_cases_r3 |
New cases (a ready4 submodule), Default: ready4use_dictionary() |
var_ctg_chr |
Variable category (a character vector), Default: 'Uncategorised' |
arrange_by_1L_chr |
Arrange by (a character vector of length one), Default: c("category", "name") |
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.