You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
595B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/move_together.R
  3. \name{move_together}
  4. \alias{move_together}
  5. \title{Combines two processed datasets and combines them for a given method}
  6. \usage{
  7. move_together(lhs, rhs, type)
  8. }
  9. \arguments{
  10. \item{lhs}{the left-hand side dataset}
  11. \item{rhs}{the righ-hand side dataset}
  12. \item{type}{a string of the desired combination method, allowed are all dplyr
  13. joins or sets}
  14. }
  15. \value{
  16. processed dataset of the combined values
  17. }
  18. \description{
  19. Combines two processed datasets and combines them for a given method
  20. }
  21. \examples{
  22. NULL
  23. }