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