R/return_full_palette.R

Defines functions return_full_palette

Documented in return_full_palette

#' @title Return all colors recognized by fauna_colors function
#'
#' @return Named vector of all colors recognized by fauna_colors
#' @export
#'
#' @examples return_full_palette()
return_full_palette <- function(){
  fauna_colours("force_return_full")
}
Faunalytics/faunalytics documentation built on Nov. 2, 2024, 12:05 a.m.