#'hope_pal
#'@export
hope_pal <- function(n){
pal <- c('#f7fcf5','#e5f5e0','#c7e9c0','#a1d99b','#74c476','#41ab5d','#238b45','#006d2c','#00441b')
pal[1:n]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.