Description Usage Arguments Value
set string to lower case and replace everything that is not alphanumeric or underscore by a dot "."
1 2 | df_to_alphanumeric_lowercase(x, convert_content = T,
convert.colnames = T)
|
x |
a dataframe containing strings or vectors to be converted |
convert.colnames |
T/F on whether column names should be converted to lowercase. Defaults to True |
vector of strings with characters replaced
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.