Learn R Programming

Rvision (version 0.6.0)

isQueue: Test for a Queue object

Description

Tests whether the object is of class Queue.

Usage

isQueue(object)

Arguments

object

Any R object.

Value

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

See Also

Queue, queue

Examples

Run this code
# 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