Description Usage Arguments Details Value See Also Examples
Creates a new rdeque from a given input. Coerces input to a
list first using as.list
, the element at x[[1]]
becomes the front of the new rdeque.
1 |
x |
input to convert to an rdeque. |
... |
additional arguments to be passed to or from methods (ignored). |
Runs in O(N) in the size of the input. Because data.frames return a list of
columns when run through as.list
, running as.rdeque
results in a deque of
columns, rather than a deque of rows.
a new rdeque.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.