View source: R/load_example_gt.R
| load_example_gt | R Documentation |
This function creates a gen_tibble object for use in examples in
documentation.
load_example_gt(
type = c("gen_tbl", "grouped_gen_tbl", "grouped_gen_tbl_sf", "gen_tbl_sf")
)
type |
a character string indicating the type of
|
an example object of the class gen_tbl.
# This function creates an example gen_tibble object
example_gt <- load_example_gt("gen_tbl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.