R/mydata.R

# These are the datasets loaded so all the example could run directly
# Those frequently used datasets shall be updated from time to time


#' UNICEF_colors contains the UNICEF color palette including UNICEF blue,
#' Sequential, Diverging, Qualitative, and grays scheme
#'
#' @docType data
#' @keywords color scheme
#' @details UNICEF_colors <- list(
#'     "UNICEF_blue" = "#1CABE2",
#'     # Sequential scheme
#'     "cp_UNICEF_seq" = c( "#002759", "#00377D", "#0058AB","#0083CF","#1CABE2","#69DBFF",
#'                          "#A3EAFF","#CFF4FF"),
#'     # Diverging scheme
#'     "cp_UNICEF_div" = c("#002759", "#0058AB", "#1CABE2", "#69DBFF", "#CFF4FF", "#FFF09C",
#'                         "#FFC20E", "#F26A21", "#E2231A", "#B50800"),
#'     # Qualitative schemes
#'     "cp_UNICEF_qua" = c("#0058AB", "#1CABE2", "#00833D", "#80BD41", "#6A1E74", "#961A49",
#'                         "#E2231A", "#F26A21", "#FFC20E", "#FFF09C"),
#'     # grays
#'     "cp_UNICEF_grays" = c("#333333", "#6B6B6B","#B3B3B3","#D7D7D7","#E8E8E8")
#'     )
"UNICEF_colors"



#'hiv.iso: the 17 hiv isos
#'
#' @docType data
#' @keywords iso
#'
"hiv.iso"

#' A place holder, if supplied in global environment it will be used in the
#' \code{\link{get.match}} function
#'
#' @docType data
#' @keywords labels
"default_label"

#' List of shortind_indicator: match shortind to full indicator names
#'
#' @docType data
#' @keywords labels
"shortind_indicator"
unicef-drp/CME.assistant documentation built on May 4, 2024, 8:29 a.m.