Description Usage Arguments Value Examples
Makes the columns of the dataset lowercase.
1 |
df |
A dataset (data.frame, tibble, etc.). |
The same dataset, but with lowercase column names.
1 | lower_names(data.frame("A" = c(1,2,3), "B" = seq(1:3)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.