gp_serve | R Documentation |
Extract useful, tidy data from a gp object
gp_serve(gp)
gp |
a gp |
a tibble
, with .row
and .col
, as well as any created section names and data values.
gp(16, 24) |>
gp_sec("my_sec", nrow = 9, ncol = 7, labels = c("sample_1", "sample_2", "sample_3")) |>
gp_serve()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.