Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

32 linhas
692B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/animate_helpers.R
  3. \name{animate_join_function}
  4. \alias{animate_join_function}
  5. \alias{animate_join}
  6. \title{Animates a join - wrapper function}
  7. \usage{
  8. animate_join(x, y, by, type, export = "gif", ...)
  9. }
  10. \arguments{
  11. \item{x}{left dataset}
  12. \item{y}{right dataset}
  13. \item{by}{by arguments for the join}
  14. \item{type}{type of the join, i.e., left_join, right_join, etc.}
  15. \item{export}{if the function exports a gif, the first, or last picture}
  16. \item{...}{further arguments passed to static_plot or to add_color}
  17. }
  18. \value{
  19. either a gif or a ggplot
  20. }
  21. \description{
  22. Animates a join - wrapper function
  23. }
  24. \examples{
  25. NULL
  26. }