gt_theme_sci | R Documentation |
Add scientific theme to gt
gt_theme_sci(data)
dat |
The gt table data object. This is the gt table object that is commonly created through use of the gt() function. |
object of class gt_tbl
iris %>%
head() %>%
gt() %>%
gt_theme_sci()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.