Learn R Programming

evanverse (version 0.4.0)

clear_palette_cache: Clear Palette Cache

Description

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.

Usage

clear_palette_cache()

Arguments

Value

Invisible NULL

Examples

Run this code
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