Procházet zdrojové kódy

Update and render README with new anim_options()

pkg-add-anim-opts-fixed
Garrick Aden-Buie před 7 roky
rodič
revize
63f78471bb
5 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. +2
    -1
      README.Rmd
  2. +2
    -1
      README.md
  3. binární
      man/figures/tidyexplain-gather-1.gif
  4. binární
      man/figures/tidyexplain-left-join-extra-1.gif
  5. binární
      man/figures/tidyexplain-spread-1.gif

+ 2
- 1
README.Rmd Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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ární
man/figures/tidyexplain-gather-1.gif Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 480  |  Velikost: 572KB Šířka: 480  |  Výška: 480  |  Velikost: 481KB

binární
man/figures/tidyexplain-left-join-extra-1.gif Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 480  |  Velikost: 861KB Šířka: 480  |  Výška: 480  |  Velikost: 873KB

binární
man/figures/tidyexplain-spread-1.gif Zobrazit soubor

Před Za
Šířka: 480  |  Výška: 480  |  Velikost: 585KB Šířka: 480  |  Výška: 480  |  Velikost: 504KB

Načítá se…
Zrušit
Uložit