소스 검색

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…
취소
저장