R/coolors_history.R

Defines functions coolors_history

Documented in coolors_history

#' Display coolors palette history from current session
#'
#' @return A list of previously-generated coolors palettes. Limited to current session.
#' @export
#'
#' @examples
#' coolors_history()
coolors_history <- function() {

  coolors_get(coolors_hist)

}
simmwill/coolors documentation built on Dec. 23, 2021, 2:23 a.m.