capitalize_authors: Capitalize author names

Description Usage Arguments Details Value

Description

Performs capitalization of author names

Usage

1
2
3
capitalize_authors(x, make.lower = c("De", "Di", "Do", "Da", "Dos", "Das",
  "Dello", "Della", "Dalla", "Dal", "Del", "E", "Em", "Na", "No", "Nas", "Nos",
  "Van", "Von", "Y"), author.aliases = NULL)

Arguments

x

data frame containing a column "Authors" (or "Author"), which should describe author names (separated by commas, if multiple) for a given production type.

make.lower

character vector containing name conectors to keep in lowercase

author.aliases

list vector with author aliases. See lattes_to_list() for details.

Details

This function attempts to standardize capitalization of author names for the production listings

Value

data frame with (hopefully) correctly capitalized author names in column "Authors".


ChocoLattes documentation built on May 2, 2019, 3:24 a.m.