Description Usage Arguments Details See Also
Prints a summary of the contents of an rdeque, including the number of elements and the first and last few.
1 2 |
x |
the rdeque to print. |
... |
additional arguments to be passed to or from methods (ignored). |
Depending on the internal state of the rdeque, this method is not gauranteed to run in O(1) time.
as.list.rdeque
for converting an rdeque into a list which can then be printed in full.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.