Learn R Programming

Rvision (version 0.6.0)

isVideo: Test for a Video Object

Description

Tests whether the object is of class Video.

Usage

isVideo(object)

Arguments

object

Any R object.

Value

A logical indicating whether the object is of class Video (TRUE) or not (FALSE).

See Also

Video, video

Examples

Run this code
# NOT RUN {
balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision"))
isVideo(balloon)

# }

Run the code above in your browser using DataLab