您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

36 行
742B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/process_data_helpers.R
  3. \name{process_data_join}
  4. \alias{process_data_join}
  5. \title{Processes the data}
  6. \usage{
  7. process_data_join(x, ids, by, width = 1, side = NA, fill = TRUE, ...,
  8. ao = anim_options(...))
  9. }
  10. \arguments{
  11. \item{x}{a preprocessed dataset}
  12. \item{ids}{a data_frame of ids (.id and .id_long)}
  13. \item{by}{a vector of by-arguments}
  14. \item{width}{the width of the tiles}
  15. \item{side}{the side (x or y, lhs or rhs, etc)}
  16. \item{fill}{if missing ids should be filled}
  17. \item{...}{further arguments passed to add_color}
  18. \item{ao}{anim_options}
  19. }
  20. \value{
  21. a data_frame including all necessary information
  22. }
  23. \description{
  24. Processes the data
  25. }
  26. \examples{
  27. NULL
  28. }