Description Fields Methods Author(s) See Also Examples
A first-in-first-out data structure. Used by EpivizServer-class objects to queue requests.
itemsItems stored in queue
push(item): Push item into queue
pop(): Pop item on top of queue
empty(): Empty the queue
Hector Corrada Bravo
1 2 3 | theQ <- epivizr:::Queue$new()
theQ$push("a")
theQ$pop()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.