embiggen | R Documentation |
Embiggen parts of mdb table A noble spirit embiggens the smallest man
embiggen(gt_obj, tbl_size = 15, ftnote_size = 10, source_size = 10)
gt_obj |
gt object to be embiggened |
tbl_size |
font size for the core table |
ftnote_size |
font size for the footnotes |
source_size |
font size for the source notes |
a modified gt object
## Not run:
# embiggen
mtcars %>% gt(groupname_col = "cyl") %>% embiggen(tbl_size = 15)
# de-embiggen
mtcars %>% gt(groupname_col = "cyl") %>% embiggen(tbl_size = 8)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.