knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An R palette insipred by the beautiful colors of the 2021 inauguration
You can install the released version of inauguration from GitHub with
# install.packages("devtools") devtools::install_github("ciannabp/inauguration")
library(inauguration) names(inauguration_palettes)
You can call the palette in just one command
inauguration("inauguration_2021")
If you want a specific number of colors, you can also do that.
inauguration("inauguration_2021", 3)
...and for the Bernie fans out there
inauguration("inauguration_2021_bernie")
inauguration("bernie_mittens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.