tp_add | R Documentation |
Title
tp_add(
nothing = NULL,
data = NULL,
rows = NULL,
cols = NULL,
fun = NULL,
value = NULL,
wt = NULL,
pivot_logical = NULL,
quietly = FALSE
)
pivot_logical |
tp_init(data = "tidytitanic::tidy_titanic")
tp_add(rows = "sex")
tp_add(cols = "class")
tp_init(data = "tidytitanic::tidy_titanic") |>
tp_add(rows = "sex") |>
tp_add(cols = "class")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.