#' @title Loads IFR colour palette for seven to ten colours
#'
#' @description This is an internal function to load IFR colour palette.
#' @details None.
#' @examples
#' ifr_colours10() +
#' @export
ifr_colours10 <- function() {
c("#000000", "#E69F00", "#56B4E9", "#009E73", "#F0E442",
"#0072B2", "#D55E00", "#CC79A7", "#999999", "#9932CC")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.