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