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