update_column_names | R Documentation |
update_column_names() is an Update function that edits an object, while preserving core object attributes. Specifically, this function implements an algorithm to update column names. The function is called for its side effects and does not return a value.
update_column_names(
X_Ready4useDyad,
patterns_ls = list(c("[[:space:]]", "")),
update_desc_1L_lgl = FALSE
)
X_Ready4useDyad |
PARAM_DESCRIPTION |
patterns_ls |
Patterns (a list), Default: list(c("[:space:]", "")) |
update_desc_1L_lgl |
Update description (a logical vector of length one), Default: FALSE |
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.