Description Usage Arguments Value Examples
This function converts all column names of input data.frame
to lower snake case.
1 |
x |
a |
a data.frame
with snake case column names
1 2 3 4 5 6 7 | ## Not run:
ccodes <- import_who(path = getwd(), data = "ccode")
names(ccodes)
ccodes <- snakecase_cols(ccodes)
names(ccodes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.