Add an individual to a file
Arguments
- path
A path to a file or directory. Supported file types:
Quarto files (
_quarto.ymlor*.qmd)R package DESCRIPTION files
README files (
README.mdorREADME.Rmd)Bookdown index files (
index.mdorindex.Rmd)
- role
The role of the person to add. One or multiple of
"aut"(author),"cre"(creator/maintainer),"ctb"(contributor),"rev"(reviewer),"cph"(copyright holder),"fnd"(funder), or"pbl"(publisher). Unless you want to an individual to a Quarto or bookdown document. Then you can only specify one role, and"aut"will be added to theauthorfield, #'"rev"to thereviewerfield,"cph"to therightsholderfield,"fnd"to thefunderfield, and"pbl"to thepublisherfield.- org
An
org_listobject containing the organisation information. Defaults to theorg_listobject read from the current working directory.