Description Usage Arguments Value Examples
Removes impossible punctuation characters and sets the proper capitalization
and spacing of the names in x
.
1 | clean_name(x)
|
x |
A character vector. |
A character vector of the same length as x
.
1 2 | x. <- c("Alberto De La Fue+nte Y Pastor", " JULIA O´DONNELL ?")
clean_name(x.)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.