##' @title A palette
##'
##' @description A palette, or maybe a set of them.
##'
##' @details
##' Someday I will design my own color palette. Look
##' [here](https://blog.datawrapper.de/colors-for-data-vis-style-guides/)
##' for some ideas about how to do that.
##'
##' But, I think I may just adapt some work from the MetBrewer package.
##'
##' @return A color palette as a vector.
##' @export
##' @author Dave Braze \email{davebraze@@gmail.com}
##' @seealso \code{\link[MetBrewer]{met.brewer}}
##' @examples
##'
palette_fdb <- function()
{
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.