Pārlūkot izejas kodu

Update and render README with new anim_options()

pull/18/head
Garrick Aden-Buie pirms 7 gadiem
vecāks
revīzija
8bf9cc487d
5 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. +2
    -1
      README.Rmd
  2. +2
    -1
      README.md
  3. Binārs
      man/figures/tidyexplain-gather-1.gif
  4. Binārs
      man/figures/tidyexplain-left-join-extra-1.gif
  5. Binārs
      man/figures/tidyexplain-spread-1.gif

+ 2
- 1
README.Rmd Parādīt failu

@@ -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 Parādīt failu

@@ -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)<!-- -->

Binārs
man/figures/tidyexplain-gather-1.gif Parādīt failu

Pirms Pēc
Platums: 480  |  Augstums: 480  |  Izmērs: 572KB Platums: 480  |  Augstums: 480  |  Izmērs: 481KB

Binārs
man/figures/tidyexplain-left-join-extra-1.gif Parādīt failu

Pirms Pēc
Platums: 480  |  Augstums: 480  |  Izmērs: 861KB Platums: 480  |  Augstums: 480  |  Izmērs: 873KB

Binārs
man/figures/tidyexplain-spread-1.gif Parādīt failu

Pirms Pēc
Platums: 480  |  Augstums: 480  |  Izmērs: 585KB Platums: 480  |  Augstums: 480  |  Izmērs: 504KB

Notiek ielāde…
Atcelt
Saglabāt