Преглед изворни кода

fixed anti join

pull/10/head
David пре 7 година
родитељ
комит
668eb2a54f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      R/move_together.R

+ 1
- 1
R/move_together.R Прегледај датотеку

@@ -47,7 +47,7 @@ move_together <- function(lhs, rhs, type) {
col_combiner <- dplyr::left_join
row_combiner <- dplyr::semi_join
} else if (type == "anti_join") {
col_combiner <- dplyr::semi_join
col_combiner <- dplyr::left_join
row_combiner <- dplyr::anti_join
} else if (type == "union") {
col_combiner <- dplyr::full_join

Loading…
Откажи
Сачувај