powered by
set_responsibleParty
set_responsibleParty( givenName = NULL, surName = NULL, organizationName = NULL, positionName = NULL, address = NULL, phone = NULL, electronicMailAddress = NULL, onlineUrl = NULL, userId = NULL, id = NULL, email = NULL )
individual's given names (list or vector for multiple names). OR a person object.
individual name
if party is an organization instead of an individual, name for the org
individual's position, i.e. "Researcher", "Graduate Student", "Professor"
address object, see `eml$address` to build an address object
individual or organization phone number
email address (alternatively, can use 'email' argument)
a URL to the homepage of the individual or organization
the user's ID, usually within a particular system (KNB, DataONE)
Identifier for this block, ideally an ORCID id (optional)
alias for electronicMailAddress
A emld object for any responsibleParty (e.g. creator, contact, etc)
# NOT RUN { carl <- set_responsibleParty(as.person("Carl Boettiger <cboettig@ropensci.org>")) matt <- set_responsibleParty("Matthew", "Jones", email = "mbjones@nceas.ucsb.edu") # }
Run the code above in your browser using DataLab