Create a tibble datamation

datamation_tibble(
  pipeline,
  envir = rlang::global_env(),
  output = "output.gif",
  titles = NA,
  xlim = c(NA, NA),
  ylim = c(NA, NA)
)

Arguments

pipeline

A tidyverse pipeline.

envir

An environment.

output

Path to where gif will be saved.

titles

Optional titles for the datamation frames

xlim

Optional x limits

ylim

Optional y limits