Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

38 lines
868B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/process_data_helpers.R
  3. \name{add_color_join}
  4. \alias{add_color_join}
  5. \title{Adds Color to a processed data_frame}
  6. \usage{
  7. add_color_join(x, ids, by, ao, ...)
  8. }
  9. \arguments{
  10. \item{x}{a processed data_frame}
  11. \item{ids}{a vector of ids for the color-matching}
  12. \item{by}{a vector of column names that constitute the by-argument of joins/sets}
  13. \item{...}{}
  14. \item{color_header}{color for the header}
  15. \item{color_other}{color for "inactive" values}
  16. \item{color_missing}{color for missing values}
  17. \item{color_fun}{the function to generate the colors}
  18. \item{text_color}{the color for the text inside the tiles,
  19. defaults to white/black depending on tile color}
  20. }
  21. \value{
  22. the processed data_frame with a new column .color
  23. }
  24. \description{
  25. Adds Color to a processed data_frame
  26. }
  27. \examples{
  28. NULL
  29. }