test_that("getting color palette works", {
expect_length(.get_pal("libd_layer_colors"), 8)
expect_length(.get_pal("Okabe-Ito"), 8)
expect_length(.get_pal("navy"), 2)
expect_length(.get_pal(c("gray90", "navy")), 2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.