選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

33 行
676B

  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. \item{...}{further arguments passed to add_color}
  17. }
  18. \value{
  19. a data_frame including all necessary information
  20. }
  21. \description{
  22. Processes the data
  23. }
  24. \examples{
  25. NULL
  26. }