cranly (version 0.5.4)

clean_up_author: 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

Run this code
# NOT RUN {
clean_up_author(paste("The R Core team, Brian & with some assistance from Achim, Hadley;",
                      "Kurt\n Portugal; Ireland; Italy; Greece; Spain"))
# }

Run the code above in your browser using DataLab