demos/read_palette_demo.R

library(RpalettePkg)
library(here)

current_dir <- here()
palette_file_path <- file.path(current_dir,"demos/data/my_palette.rds")
palette_colors <- RpalettePkg::read_palette(palette_path = palette_file_path)
deandevl/RpalettePkg documentation built on Sept. 19, 2021, 8:45 a.m.