ソースを参照

Fix #4 semi_join second key frame

pull/5/merge
コミット
dfe260b02b
3個のファイルの変更2行の追加1行の削除
  1. +1
    -0
      .gitignore
  2. +1
    -1
      R/semi_join.R
  3. バイナリ
      images/semi-join.gif

+ 1
- 0
.gitignore ファイルの表示

@@ -1,3 +1,4 @@
.Rproj.user
.Rhistory
README_cache
.DS_Store

+ 1
- 1
R/semi_join.R ファイルの表示

@@ -7,7 +7,7 @@ joined_df <- semi_join(x, y, "id") %>%
extra_blocks <- inner_join(x, y, "id") %>%
select(id) %>%
proc_data("y") %>%
mutate(frame = 2)
mutate(frame = 2, .x = .x + 1)

sj <- initial_dfs %>%
bind_rows(joined_df, extra_blocks) %>%

バイナリ
images/semi-join.gif ファイルの表示

変更前 変更後
幅: 480  |  高さ: 480  |  サイズ: 723KB 幅: 480  |  高さ: 480  |  サイズ: 709KB

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