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