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


}
feddelegrand7/corazon documentation built on Dec. 14, 2020, 9:39 p.m.