Description Usage Arguments Value Examples
View source: R/ds_deque_stack.R
Instantiates a new stack
object,
i.e. a list implementation with LIFO principle.
1 |
... |
parameters that are only needed if |
returns a new stack
object
1 2 | # creates a new stack<SEXP>
s <- stack()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.