Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

37 lines
963B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/tidyr_helpers.R
  3. \name{gather_spread}
  4. \alias{gather_spread}
  5. \title{Animates a gather or spread function}
  6. \usage{
  7. gather_spread(lhs, rhs, sequence, key_values, export, detailed, ...,
  8. anim_opts = anim_options(...))
  9. }
  10. \arguments{
  11. \item{lhs}{the (processed) dataset on the left-side}
  12. \item{rhs}{the (processed) dataset on the right-side}
  13. \item{sequence}{a named vector of the sequence titles
  14. (current_state, final_state, operation, and reverse_operation)}
  15. \item{key_values}{the unique key-values}
  16. \item{export}{the export type, either gif, first or last. The latter two
  17. export ggplots of the first/last state of the join}
  18. \item{detailed}{boolean value if the animation should show one step for each
  19. key value}
  20. \item{...}{further arguments passed to animate_plot}
  21. }
  22. \value{
  23. the plot or the gif
  24. }
  25. \description{
  26. internally used by animate_spread and animate_gather
  27. }
  28. \examples{
  29. NULL
  30. }