R/utils-docs.R

Defines functions roxygen_available_palettes

roxygen_available_palettes <- function() { # nocov start
  palettes <- names(pride_data)
  c(
    "@section Available palettes:",
    "Currently available palettes are:",
    paste0("* \x60", palettes, "\x60 (",
           lengths(lapply(palettes, palette_lgbtq)), " colors)")
  )
} # nocov end

Try the gglgbtq package in your browser

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

gglgbtq documentation built on June 26, 2024, 1:07 a.m.