| tidy_names | R Documentation |
Tidy Column Names
tidy_names(df, style = "snake_case")
df |
Data frame |
style |
Naming style: "snake_case", "camelCase", "period.case" |
Data frame with tidied names
df <- data.frame(GEOGRAPHY_NAME = "UK", OBS_VALUE = 100)
tidy_names(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.