powered by
Pulls a single vector from a data frame. Good to use with dplyr. From https://stackoverflow.com/questions/21618423/extract-a-dplyr-tbl-column-as-a-vector
pull(x, y)
Vector
A data frame
Name of column
Brent Kaplan bkaplan.ku@gmail.com
Pull vector from data frame