tab_onsv | R Documentation |
{gt}
table.tab_onsv()
uses gt::tab_*()
functions to customize a gt_tbl
object.
tab_onsv(data)
data |
A |
A gt_tbl
customized with tab_style()
and tab_options()
.
df <- data.frame(
var1 = c("lorem", "ipsum", "dolor"),
var2 = c(1, 2, 3)
)
tbl_onsv <-
df |>
gt::gt() |>
tab_onsv()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.