powered by
Extract vector from data.frame, works likt `[[`. Analogous function for pull in dplyr
pull
pull_dt(.data, col)
vector
data.frame
A name of column or index (should be positive).
mtcars %>% pull_dt(2) mtcars %>% pull_dt(cyl) mtcars %>% pull_dt("cyl")
Run the code above in your browser using DataLab