Learn R Programming

rstackdeque (version 1.1.1)

rstacknode: Internal structure used by rstacks, rdeques, and rpqueues

Description

For use by rstacks and rdeques. Simply an environment with no parent, reference for the data and the next node.

Usage

rstacknode(data)

Arguments

data
data to reference with this node.

Value

an environment.