Nothing
test_that("Extract bslib palette is OK!", {
skip_on_cran()
file_key <- "sFHgQh9dL6369o5wrZHmdR"
bslib_vars <- file_key %>%
get_file_styles() %>%
as_design_tibble() %>%
add_color() %>%
extract_bslib_palette()
expect_true(
all(
names(bslib_vars) %in% names(rlang::fn_fmls(bslib::bs_theme))
)
)
})
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.