orcid_name: Pull first name(s) and last name for a given list of orcid

View source: R/orcid_name.R

orcid_nameR Documentation

Pull first name(s) and last name for a given list of orcid

Description

Pull and format first name(s) and last name for a given list of orcid

Usage

orcid_name(data, orcid = "orcid", reason = FALSE, na.rm = FALSE)

Arguments

data

datafame containing a vector of ORCID (XXXX-XXXX-XXXX-XXXX format)

orcid

Column name of vector containing ORCID (default = "orcid")

reason

Logical value to determine whether output should include reasons for NA values (default = FALSE) or vector of ORCID (TRUE).

na.rm

Remove NA (invalid ORCID) from output (default = TRUE)

Value

Dataframe with 5 mandatory columns: orcid, full name, first name(s), last name, publication name.


kamclean/collaborator documentation built on Nov. 17, 2023, 3:52 a.m.