ソースを参照

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

読み込み中…
キャンセル
保存