Nothing
test_that("palettes have correct lengths and error handling", {
for (pal in valid_palettes()) {
expect_length(okcolors(pal, 4), 4)
}
expect_error(okcolors("unknown", 3))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.