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

31 行
620B

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