pull.disk.frame: Pull a column from table similar to 'dplyr::pull'.

View source: R/pull.r

pull.disk.frameR Documentation

Pull a column from table similar to 'dplyr::pull'.

Description

Pull a column from table similar to 'dplyr::pull'.

Usage

## S3 method for class 'disk.frame'
pull(.data, var = -1, name = NULL, ...)

Arguments

.data

The disk.frame

var

can be an positive or negative integer or a character/string. See dplyr::pull documentation

name

See dplyr::pull documentation

...

Not used, kept for compatibility with 'dplyr::pull'


disk.frame documentation built on Aug. 24, 2023, 5:09 p.m.