# Pass in either a person object or separate values to create an individual
carl <- set_responsibleParty(as.person("Carl Boettiger "))
matt <- set_responsibleParty("Matthew", "Jones", email = "mbjones@nceas.ucsb.edu")
# To create an organization, use the named `organization` argument to
# specify the organization name
my_org <- set_responsibleParty(
organization = "My Organization",
email = "contact@example.org"
)
Run the code above in your browser using DataLab