Description Usage Arguments Value Examples
Helper Method to add a prefix to all columns (which are not excluded)
1 | add_prefix_to_columns(data, prefix, ignored_column_names)
|
data |
data.frame with columns |
prefix |
string prefix to be added |
ignored_column_names |
list columns to be ignored |
data.frame with renamed columns
1 | data <- add_prefix_to_columns(data, "prefix", c("id"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.