pull: Pulls an item from an object

Description Usage Arguments Details Value

View source: R/io.R

Description

pull is a generic function and is used to pull an item from a stack or pipe.

Usage

1
pull(x, ...)

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.

Details

There is no default function, so you have to see a specific pull function for further information.

Value

The updated object.


pubprint documentation built on May 29, 2017, 2:55 p.m.