Learn R Programming

evanverse (version 0.4.0)

reload_palette_cache: Reload Palette Cache

Description

Force reload of palette data from disk. This is useful if you've updated the palette RDS file and want to refresh the cached data without restarting R.

Usage

reload_palette_cache()

Arguments

Value

Invisible NULL

Examples

Run this code
if (FALSE) {
# After updating palettes.rds, reload the cache
reload_palette_cache()
}

Run the code above in your browser using DataLab