alligator_remover | R Documentation |
alligator_remover
vectorised function that removes "<" and ">" from
strings and replaces spaces between words with underscores (_).
alligator_remover(col_names = NULL)
col_names |
Character string (vector with strings) |
Used in scripts: 01_process_tables.R, 03_process_ts.R Robust function: TRUE
If input is single string a single string is returned. If input is vector of strings, a character vector is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.