powered by
Add a subtitle attribute to a table
add_table_subtitle(data, subtitle)
The input data frame with an added subtitle attribute.
A data frame, tibble, or tsg object to which a subtitle attribute will be added.
tsg
The subtitle text to be added.
add_table_subtitle( dplyr::starwars, subtitle = "Star Wars Character Data" )
Run the code above in your browser using DataLab