View source: R/construct_authors.R
construct_authors | R Documentation |
Helper function to construct an author list for a DESCRIPTION file.
Returns a template when authors
is not provided (default).
construct_authors(
authors = NULL,
template = c(utils::person(given = "yourGivenName", family = "yourFamilyName", role =
c("cre"), email = "yourEmail@email.com", comment = c(ORCID = "yourOrcidId")))
)
authors |
A list of authors who contributed to your R package,
each provided as objects of class person.
By default, if an |
template |
Default value to return when |
Named list in person format.
authors <- construct_authors()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.