Nothing
choose_dark_or_light <- function(x, dark = NULL, light = NULL, strength = 0.75) {
dark <- dark %||% prismatic::clr_darken(x, shift = strength)
light <- light %||% prismatic::clr_lighten(x, shift = strength)
prismatic::best_contrast(x, c(dark, light))
}
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.