get_palette.Rd
This function returns one of built-in color palettes from a specified data package.
get_palette(
palet = c("cohort", "study", "country", "domain", "instrument", "wave"),
na_color = "grey"
)
The selected color palette. If not found, it returns the single
color specified by na_color
.
if (FALSE) { # \dontrun{
get_palette("domain")
} # }