R/ani.start.R

Defines functions ani.start

Documented in ani.start

#' Generate an HTML animation page
#'
#' These functions are defunct and should not be used any more.
#' @param ... arguments passed to \code{\link{ani.options}} to set animation
#'   parameters
#' @keywords internal
#' @export
ani.start = function(...) {
  .Defunct(msg = 'This function is defunct. Use animation::saveHTML() instead.')
}
#' @rdname ani.start
#' @export
ani.stop = ani.start

Try the animation package in your browser

Any scripts or data that you put into this service are public.

animation documentation built on Oct. 7, 2021, 9:18 a.m.