Quellcode durchsuchen

Update and render README with new anim_options()

pull/18/head
Garrick Aden-Buie vor 7 Jahren
Ursprung
Commit
8bf9cc487d
5 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. +2
    -1
      README.Rmd
  2. +2
    -1
      README.md
  3. BIN
      man/figures/tidyexplain-gather-1.gif
  4. BIN
      man/figures/tidyexplain-left-join-extra-1.gif
  5. BIN
      man/figures/tidyexplain-spread-1.gif

+ 2
- 1
README.Rmd Datei anzeigen

@@ -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 Datei anzeigen

@@ -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
man/figures/tidyexplain-gather-1.gif Datei anzeigen

Vorher Nachher
Breite: 480  |  Höhe: 480  |  Größe: 572KB Breite: 480  |  Höhe: 480  |  Größe: 481KB

BIN
man/figures/tidyexplain-left-join-extra-1.gif Datei anzeigen

Vorher Nachher
Breite: 480  |  Höhe: 480  |  Größe: 861KB Breite: 480  |  Höhe: 480  |  Größe: 873KB

BIN
man/figures/tidyexplain-spread-1.gif Datei anzeigen

Vorher Nachher
Breite: 480  |  Höhe: 480  |  Größe: 585KB Breite: 480  |  Höhe: 480  |  Größe: 504KB

Laden…
Abbrechen
Speichern