#' Function prints the names of all the available palettes in fishpals
#'
#' @md
#' @return The names of the fishpals palettes
#'
#' @export
#' @examples
#' getpals()
getpals <- function() {
sort(names(fishpals_pals))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.