Description Usage Arguments Details Value See Also
View source: R/metadata_descriptive.R
Add one or more contributor.
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"
)
|
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 |
contributors |
Earlier created list of contributors. Defaults to |
format |
Defaults to |
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
A list of contributors, in a list or in a JSON formatted character string.
Other persons functions:
add_creators()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.