Description Usage Arguments Details Value See Also Examples
View source: R/as.list.rpqueue.R
Converts an rpqueue to a list, where the front of the queue becomes the first element of the list, the second-from-front the second, and so on.
1 2 |
x |
rpqueue to convert. |
... |
additional arguments passed to as.list after initial conversion to list. |
Runs in O(N) time in the size of the rpqueue, but the generated list is pre-allocated for efficiency.
a list containing the elements of the rpqueue in front-to-back order.
as.data.frame.rpqueue
and the generic as.list
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.