View source: R/generate_modifiers.R
| add_source_note | R Documentation |
Add a source note attribute to a table
add_source_note(data, source_note)
data |
A data frame, tibble, or |
source_note |
The source note text to be added. |
The input data frame with an added source note attribute.
add_source_note(
dplyr::starwars,
source_note = "Source: Star Wars API (SWAPI)."
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.