ソースを参照

Update and render README with new anim_options()

pkg-add-anim-opts-fixed
コミット
63f78471bb
5個のファイルの変更4行の追加2行の削除
  1. +2
    -1
      README.Rmd
  2. +2
    -1
      README.md
  3. バイナリ
      man/figures/tidyexplain-gather-1.gif
  4. バイナリ
      man/figures/tidyexplain-left-join-extra-1.gif
  5. バイナリ
      man/figures/tidyexplain-spread-1.gif

+ 2
- 1
README.Rmd ファイルの表示

@@ -119,7 +119,8 @@ dplyr::left_join(x, y, by = "id")
y_extra <- dplyr::bind_rows(y, dplyr::data_frame(id = 2, y = "y5"))
y_extra # has multiple rows with the key from `x`

animate_left_join(x, y_extra, by = "id")
animate_left_join(x, y_extra, by = "id",
anim_opts = anim_options(title_size = 22))
```

```{r}

+ 2
- 1
README.md ファイルの表示

@@ -145,7 +145,8 @@ y_extra # has multiple rows with the key from `x`
#> 3 4 y4
#> 4 2 y5

animate_left_join(x, y_extra, by = "id")
animate_left_join(x, y_extra, by = "id",
anim_opts = anim_options(title_size = 22))
```

![](man/figures/tidyexplain-left-join-extra-1.gif)<!-- -->

バイナリ
man/figures/tidyexplain-gather-1.gif ファイルの表示

変更前 変更後
幅: 480  |  高さ: 480  |  サイズ: 572KB 幅: 480  |  高さ: 480  |  サイズ: 481KB

バイナリ
man/figures/tidyexplain-left-join-extra-1.gif ファイルの表示

変更前 変更後
幅: 480  |  高さ: 480  |  サイズ: 861KB 幅: 480  |  高さ: 480  |  サイズ: 873KB

バイナリ
man/figures/tidyexplain-spread-1.gif ファイルの表示

変更前 変更後
幅: 480  |  高さ: 480  |  サイズ: 585KB 幅: 480  |  高さ: 480  |  サイズ: 504KB

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