set_dlu | R Documentation |
set_dlu
will set the provided DLU data to package environment, so it
can be used for missing data report by cttab
. It is user's
responsibility to make sure values of the short code in the provided DLU
data matches the variable names in the dataset. set_dlu
will not have
any effect on apply_macro_dict
. Instead, the
apply_macro_dict
will override the 'DLU' seetings done by
set_dlu
.
get_dlu
can be used to get a copy of DLU data in stored by
set_dlu
.
set_dlu(x, clean_names = TRUE)
get_dlu()
x |
DLU data |
clean_names |
Conver variable name to lower case (default). See
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.