R/colores.R

#' Colour palettes
#'
#' A dataset containing a collection of four-colour palettes chosen
#' for aesthetic appeal. Original source is canva.com.
#'
#' @format A tibble with X rows and Y variables:
#' \describe{
#'   \item{palette_name}{Name of the palette}
#'   \item{colour_name}{Name of the colour}
#'   \item{colour}{Hex code specifying the colour}
#'   \item{palette_index}{Numeric identifier for the palette}
#'   \item{colour_index}{Position of the colour in the palette}
#'   \item{url}{Source for the palette}
#' }
#' @source \url{https://www.canva.com/colors/color-palettes}
"colores"
djnavarro/damage documentation built on Jan. 24, 2022, 5:10 a.m.