浏览代码

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

正在加载...
取消
保存