clean_data | R Documentation |
Removes spaces and special characters from character column(s).
clean_data(x)
x |
A dataset to clean. |
A cleaned dataset.
sos_data <- clean_data(sos_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.