Rdocumentation
powered by
Learn R Programming
pubprint (version 0.2.1)
pull: Pulls an item from an object
Description
pull
is a generic function and is used to pull an item from a stack or pipe.
Usage
pull(x, ...)
Arguments
x
an object used to select a method.
...
further arguments passed to or from other methods.
Value
The updated object.
Details
There is no default function, so you have to see a specific
pull
function for further information.