R/extdata.R

#' Video of "Bee on a flower"
#'
#' The original video of bees was downloaded from \url{https://mixkit.co/free-stock-video/bee-flower-1000/}. \cr
#' We can use the original video of bees under Mixkit license. See \url{https://mixkit.co/license/} for detail. \cr
#' bees.mp4 was made by trimming and cropping the original video of bees.mp4 to reduce the file size.
#' bees.avi, bees.webm, and bees.wmv were converted from bees.mp4.
#' @name bees
#' @aliases bees.avi bees.mp4 bees.webm bees.wmv
#' @examples
#' system.file("extdata", "bees.avi", package = "videor")
#' system.file("extdata", "bees.mp4", package = "videor")
#' system.file("extdata", "bees.webm", package = "videor")
#' system.file("extdata", "bees.wmv", package = "videor")
NULL

#' Video of Counting Numbers
#'
#' This video was made by Shota Ochi.
#' @name counts.gif
#' @examples
#' system.file("extdata", "counts.gif", package = "videor")
NULL
ShotaOchi/videor documentation built on Dec. 29, 2019, 10:08 a.m.