Преглед на файлове

Update and render README with new anim_options()

pull/18/head
Garrick Aden-Buie преди 7 години
родител
ревизия
8bf9cc487d
променени са 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 Целия файл

Before After
Width: 480  |  Height: 480  |  Size: 572KB Width: 480  |  Height: 480  |  Size: 481KB

Двоични данни
man/figures/tidyexplain-left-join-extra-1.gif Целия файл

Before After
Width: 480  |  Height: 480  |  Size: 861KB Width: 480  |  Height: 480  |  Size: 873KB

Двоични данни
man/figures/tidyexplain-spread-1.gif Целия файл

Before After
Width: 480  |  Height: 480  |  Size: 585KB Width: 480  |  Height: 480  |  Size: 504KB

Loading…
Отказ
Запис