View source: R/capitalize_names.R
capitalize_names | R Documentation |
capitalize all names for a dataframe
capitalize_names(df)
df |
data frame to capitalize names |
is a simple wrapper function to reduce typing and more easily pass data as it is read from a file
names(Theoph) cTheoph <- capitalize_names(Theoph) names(cTheoph)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.