Explorar el Código

Update and render README with new anim_options()

pull/18/head
Garrick Aden-Buie hace 8 años
padre
commit
8bf9cc487d
Se han modificado 5 ficheros con 4 adiciones y 2 borrados
  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 Ver fichero

y_extra <- dplyr::bind_rows(y, dplyr::data_frame(id = 2, y = "y5")) y_extra <- dplyr::bind_rows(y, dplyr::data_frame(id = 2, y = "y5"))
y_extra # has multiple rows with the key from `x` 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} ```{r}

+ 2
- 1
README.md Ver fichero

#> 3 4 y4 #> 3 4 y4
#> 4 2 y5 #> 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-left-join-extra-1.gif)<!-- -->

BIN
man/figures/tidyexplain-gather-1.gif Ver fichero

Antes Después
Anchura: 480  |  Altura: 480  |  Tamaño: 572KB Anchura: 480  |  Altura: 480  |  Tamaño: 481KB

BIN
man/figures/tidyexplain-left-join-extra-1.gif Ver fichero

Antes Después
Anchura: 480  |  Altura: 480  |  Tamaño: 861KB Anchura: 480  |  Altura: 480  |  Tamaño: 873KB

BIN
man/figures/tidyexplain-spread-1.gif Ver fichero

Antes Después
Anchura: 480  |  Altura: 480  |  Tamaño: 585KB Anchura: 480  |  Altura: 480  |  Tamaño: 504KB

Cargando…
Cancelar
Guardar