R/available_gradients.R

Defines functions available_gradients

Documented in available_gradients

#' Display available gradient colors
#'
#' @description the function displays the available gradient colors contained within the package along with their corresponding hex colors
#'
#' @return a character vector
#' @export
#'
#' @examples \donttest{
#'
#' available_gradients()
#'
#'
#' }
#'
#'
#'
available_gradients <- function(){


    grad <- corazon::gradient


    grad


}

Try the corazon package in your browser

Any scripts or data that you put into this service are public.

corazon documentation built on July 1, 2020, 5:54 p.m.