push.Stack {Containers}R Documentation

Push an Element onto a Stack

Description

This method adds a new top element to a Stack.

Details

aStack$push(42)

Author(s)

John Hughes


[Package Containers version 1.2 Index]