# Define five colors for a map
# Source: https://colorbrewer2.org/#type=sequential&scheme=OrRd&n=5
# Map colors:
MapColors <- c("#fef0d9",
"#fdcc8a",
"#fc8d59",
"#e34a33",
"#b30000")
# save dataset
usethis::use_data(MapColors, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.