Author in CRediT Format
author(surname, given = "", orcid = NULL, roles = c(), ...)
a character string with the author's last name(s)
a character string with the author's given name(s)
the author's unique ORCiD (see https://orcid.org/)
a vector of roles from the CRediT taxonomy (see https://casrai.org/credit/); use credit_roles() to view the full list
further info to add to author object
a list with class scivrs_author
author(
surname = "DeBruine", given = "Lisa M.",
orcid = "0000-0002-7523-5539",
roles = c("Conceptualization", "Methodology")
)
#> * orcid: 0000-0002-7523-5539
#> * name:
#> * surname: DeBruine
#> * given: Lisa M.
#> * roles:
#> 1. Conceptualization
#> 2. Methodology