View source: R/f - Clean up header names.R
f_clean_up_header_names | R Documentation |
Clean up header names.
f_clean_up_header_names(df.data)
df.data |
Data frame whose names need to be cleaned. |
Special characters are replaced by period.
Data frame with cleaned up names.
Pieter Overdevest
df.data <- f_clean_up_header_names(
df.data
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.