powered by
Tests whether the object is of class Video.
Video
isVideo(object)
Any R object.
A logical indicating whether the object is of class Video (TRUE) or not (FALSE).
Video, video
video
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) isVideo(balloon) # }
Run the code above in your browser using DataLab