Add contributors to the creators metadata file
Usage
add_creator(name = "", email = "", affiliation = "Openwashdata")
Arguments
- name
Name of the contributor
- email
Email ID of the contributor
- affiliation
Affiliation (Institute/organisation of the contributor)
Value
NULL, Errors handled within the function
Examples
if (FALSE) { # \dontrun{
add_creator("Jane Doe", 'janedoeatuniversity.org', affiliation = "University")
} # }