您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

31 行
635B

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