pull_dt: Pull out a single variable

Description Usage Arguments Value See Also Examples

View source: R/pull_dt.R

Description

Analogous function for pull in dplyr

Usage

1

Arguments

data

data.frame

col

A name of column or index (should be positive).

Value

vector

See Also

pull

Examples

1
2
mtcars %>% pull_dt(1)
mtcars %>% pull_dt(cyl)

hope-data-science/tidydt0 documentation built on Feb. 3, 2020, 12:04 a.m.