Don't Get Stuck with Stacks in R
Stacks - creation and class
flifo: don't get stuck with stacks in R
Test emptyness of a stack
Maximum length of a stack
Retrieve an object from a stack
Print a stack.
Insert an object into a stack
Objects exported from other packages
Size of a stack
Functions to create and manipulate FIFO (First In First Out), LIFO (Last In First Out), and NINO (Not In or Never Out) stacks in R.