clean_up_author {cranly} | R Documentation |
Clean up author names
Description
Clean up author names
Usage
clean_up_author(variable)
Arguments
variable |
a character string. |
Value
A list of one vector of character strings.
Examples
clean_up_author(paste("The R Core team, Brian & with some assistance from Achim, Hadley;",
"Kurt\n Portugal; Ireland; Italy; Greece; Spain"))
[Package cranly version 0.6.0 Index]