Description Usage Arguments Details Value
Wraps together the common parts for palette functions. Different palettes are defined by the data frame argument.
1 | .pal_base(namels, colors_df, with_names)
|
namels |
list of quoted names (in 'name_engl') of colors to return |
colors_df |
a data frame with cols 'name_engl' and 'hexcode' |
with_names |
logical. Should color vector be returned with names? |
'namels' is meant to be produced by '...' in actual palette functions.
A character vector of hex colors, named depending on 'with_names'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.