std_names | R Documentation |
std_names()
is designed to parse names of individuals into a standard
format. It:
Replaces square brackets and curly braces with parentheses
Removes parenthetic expressions
Removes ordinal and numeric expressions
Removes symbols (replaces all except apostrophes with a space)
Removes extraneous whitespace
Converts to the desired case
std_names(string, case = c("upper", "lower", "title", "sentence"))
string |
A character vector containing investigator names |
case |
Case of output |
The input string
with cleaned names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.