View source: R/import_config.R
auto_rename_columns | R Documentation |
Autorenames columns based on word detection and adding a prefix
auto_rename_columns(column_names, detection_words, prefix)
column_names |
a vector with column |
detection_words |
The words that indicate a prefix should be added to the column name |
prefix |
The prefix the should be added in case a word is detected |
A boolean indicating whether the two column specs are equal
clean_column_names(column_names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.