Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

30 lines
677B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/tidyr_helpers.R
  3. \name{add_color_tidyr}
  4. \alias{add_color_tidyr}
  5. \title{Adds color to processed tidy data}
  6. \usage{
  7. add_color_tidyr(x, key_values, color_fun = scales::brewer_pal(type =
  8. "qual", "Set1"), color_header = "#737373", color_id = "#d0d0d0")
  9. }
  10. \arguments{
  11. \item{x}{a processed data-frame as outputted by process_long or process_wide}
  12. \item{key_values}{the unique key-values}
  13. \item{color_fun}{the color function}
  14. \item{color_header}{the color for the header}
  15. \item{...}{not used}
  16. }
  17. \value{
  18. a data-frame with the colors
  19. }
  20. \description{
  21. Adds color to processed tidy data
  22. }
  23. \examples{
  24. NULL
  25. }