def_author {dynwrap} | R Documentation |
Meta information on an author
def_author(given, family, email = NULL, github = NULL, orcid = NULL)
given |
The given name |
family |
The family name |
email |
The email address |
github |
The github handle |
orcid |
The orcid id |
def_author(
given = "Bob",
family = "Dylan",
email = "bob@dylan.com",
github = "bobdylan",
orcid = "0000-0003-1234-5678"
)