#' @keywords internal
"_PACKAGE"
#' Moffitt Colors
#'
#' Color codes for the colors listed in the Moffitt Brand Guide 2014.
#'
#' @section CSS:
#' A CSS palette is included as well, that can be found via
#' `system.file("moffitt-colors.css", package = "grkmisc")`.
#'
#' @examples
#' str(moffitt_colors)
#' scales::show_col(unlist(moffitt_colors))
#'
#' @seealso theme_moffitt
#' @format A named list of 7 colors: blue, light_blue, green, orange,
#' grey, yellow, and red.
"moffitt_colors"
if(getRversion() >= "2.15.1") utils::globalVariables(c("."))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.