add_contributors: Add Contributors

Description Usage Arguments Details Value See Also

View source: R/metadata_descriptive.R

Description

Add one or more contributor.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
add_contributors(
  givenName,
  familyName,
  contributorType,
  affiliation = NULL,
  orcid = NULL,
  gnd = NULL,
  nameType = "Person",
  contributors = NULL,
  format = "json"
)

Arguments

givenName

The given name(s) of the creator or contributor.

familyName

The family name of the creator or contributor.

contributorType

A mandatory type of contribution from the person or organization. Must be one of :ContactPerson, DataCollector, DataCurator, DataManager, Distributor, Editor, Funder, HostingInstitution, Producer, ProjectLeader, ProjectManager, ProjectMember, RegistrationAgency, RegistrationAuthority, RelatedPerson, Researcher, ResearchGroup, RightsHolder, Supervisor, Sponsor, WorkPackageLeader, Other.

affiliation

Optional affiliation of person.

orcid

Optional ORCiD ID of the person.

gnd

Optional GND identifier of the person.

nameType

Defaults to "Person", alternative is "Organizational".

contributors

Earlier created list of contributors. Defaults to NULL. If the list exists, then the function will append and not re-create the list.

format

Defaults to 'json', in which case a JSON-formatted single character string is returned. The alternative is 'list'.

Details

The institution or person responsible for collecting, managing, distributing, or otherwise contributing to the development of the resource. In DataCite, recommended for discovery: DataCite Metadata Schema v4.4 Recommended and Optional Properties 7 Contributor

Value

A list of contributors, in a list or in a JSON formatted character string.

See Also

Other persons functions: add_creators()


dataobservatory-eu/dataobservatory documentation built on Jan. 7, 2022, 8:55 p.m.