add_creators: Add Creators

Description Usage Arguments Details Value See Also

View source: R/metadata_descriptive.R

Description

Add one or more creator. The main researchers involved in producing the data, or the authors of the publication, in priority order.

Usage

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

Arguments

givenName

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

familyName

The family name of the creator or contributor.

organizationalName

If the "nameType = 'Organizational'" than this parameter must be used.

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".

creators

Earlier created list of creators. 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

To supply multiple creators, repeat this property.
Allowed values, examples, other constraints:
May be a corporate/institutional or personal name.
Dublin Core: A Cross-Domain Attribute Set

DataCite Metadata Schema Mandatory Properties: DataCite Metadata Schema v4.4 Mandatory Properties 2 Creator

Value

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

See Also

Other persons functions: add_contributors()


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