update_alias | R Documentation |
Update names based on data frame with alias and preferred name
update_alias(x, alias, remove.space = TRUE, filename = NULL)
x |
Vector of names to update |
alias |
Data frame with two columns: first is the preferred name and second is the alias |
remove.space |
TRUE/FALSE |
filename |
update names in CSV file |
Parameter remove.space
indicates whether blank spaces should be removed before string matching.
Vector with updated names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.