stack: A stack data type, implemented as an R6 class

Description Usage Format Examples

Description

Methods:

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Examples

1
2
3
4
5
6
7
8
9
S <- stack$new()
S$push(1L)
S$peek()
S$pop()
S$size()

S$push(NULL)
S$push(iris)
colnames(S$peek())

MangoTheCat/rstack documentation built on May 8, 2019, 3:37 p.m.