powered by
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
if (FALSE) { # Clear cache (rarely needed) clear_palette_cache() # Cache will be automatically reloaded on next get_palette() call get_palette("qual_vivid", type = "qualitative") }
Run the code above in your browser using DataLab