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