#' A colorblind-friendly palette
#' @description The character vector of colorblind-friendly palette
#' @docType data
#' @usage data(cbp)
#' @format the length of a vector, eight.
#' @keywords datasets
#' @examples # Confirm color code.
#' data(cbp)
#' barplot(setNames(rep(1,8), cbp),
#' border = cbp, col=cbp, yaxt="n", las=2)
"cbp"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.