View source: R/clearning-helpers.R
col_nms_to_title | R Documentation |
Convert column names in a data frame to title cases.
col_nms_to_title(df)
df |
A data frame or tibble. |
A data frame or tibble.
# Capitalize column names new_df <- col_nms_to_title(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.