Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

32 rindas
606B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/process_data_helpers.R
  3. \name{preprocess_data}
  4. \alias{preprocess_data}
  5. \title{Preprocess data}
  6. \usage{
  7. preprocess_data(x, y, by, fill = TRUE, ...)
  8. }
  9. \arguments{
  10. \item{x}{a left dataset}
  11. \item{y}{a right dataset}
  12. \item{by}{a by argument for joins / set operations}
  13. \item{fill}{if missing ids should be filled}
  14. \item{...}{further arguments passed to add_color}
  15. }
  16. \value{
  17. a preprocessed dataset
  18. }
  19. \description{
  20. Preprocess data
  21. }
  22. \examples{
  23. NULL
  24. test for
  25. a <- c("unique", "mult", "mult", "also unique")
  26. add_duplicate_number(a)
  27. }