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