Author in CRediT Format

author(surname, given = "", orcid = NULL, roles = c(), ...)

Arguments

surname

a character string with the author's last name(s)

given

a character string with the author's given name(s)

orcid

the author's unique ORCiD (see https://orcid.org/)

roles

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

Value

a list with class scivrs_author

Examples

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