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