requireNamespace("tibble")
test_data <-
tibble::tibble(
year = "CY1990",
foo_id = 123L,
foo_qty = 1000,
foo_unit = "lb/day",
baz_bap = "oranges",
foo_bap = "apples")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.