| clear_palette_cache | R Documentation |
Clear the internal palette cache and force reload on next access. This is useful if you've updated the palette RDS file and want to reload the data.
clear_palette_cache()
Invisible NULL
## Not run:
# Clear cache (rarely needed)
clear_palette_cache()
# Cache will be automatically reloaded on next get_palette() call
get_palette("qual_vivid", type = "qualitative")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.