R/color_values.R

#' color values
#'
#' @export
color_values <- c(
                  "Opening" = "#B2182B",
                  "opening" = "#B2182B",
                  "up" = "#B2182B",
                  "Up" = "#B2182B",

                  "Closing" = "#2166ACFF",
                  "closing" = "#2166ACFF",
                  "Down" = "#2166ACFF",
                  "down" = "#2166ACFF"
)

Try the cinaR package in your browser

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

cinaR documentation built on May 18, 2022, 5:12 p.m.