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

36 lines
930B

  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. }
  9. \arguments{
  10. \item{lhs}{the (processed) dataset on the left-side}
  11. \item{rhs}{the (processed) dataset on the right-side}
  12. \item{sequence}{a named vector of the sequence titles
  13. (current_state, final_state, operation, and reverse_operation)}
  14. \item{key_values}{the unique key-values}
  15. \item{export}{the export type, either gif, first or last. The latter two
  16. export ggplots of the first/last state of the join}
  17. \item{detailed}{boolean value if the animation should show one step for each
  18. key value}
  19. \item{...}{further arguments passed to animate_plot}
  20. }
  21. \value{
  22. the plot or the gif
  23. }
  24. \description{
  25. internally used by animate_spread and animate_gather
  26. }
  27. \examples{
  28. NULL
  29. }