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