clean_name | R Documentation |
This function takes a character vector to remove and a vector to be cleaned. Outputs the second vector without the characters in first vector and applies trimws function
clean_name(to_remove, data_clean)
to_remove |
Vector with characters to search and remove in data_clean |
data_clean |
Vector suceptible to cleaning |
Second vector without characters from first vector and without ws
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.