| configure_author | R Documentation |
Interactively set author information in settings.yml (or settings.yml for legacy projects). This information is used in notebooks, reports, and other documents.
configure_author(
name = NULL,
email = NULL,
affiliation = NULL,
interactive = TRUE
)
name |
Character. Author name (optional, prompts if not provided) |
email |
Character. Author email (optional, prompts if not provided) |
affiliation |
Character. Author affiliation/institution (optional, prompts if not provided) |
interactive |
Logical. If TRUE, prompts for missing values. Default TRUE. |
Invisibly returns updated config
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.