View source: R/method_process_definition.R
def_author | 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"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.