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
3
mtcars %>% pull_dt(1)
mtcars %>% pull_dt(cyl)
mtcars %>% pull_dt("cyl")

hope-data-science/tidydt documentation built on Feb. 21, 2020, 10:25 a.m.