| pull | R Documentation |
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)
x |
A data frame |
y |
Name of column |
Pull vector from data frame
Vector
Brent Kaplan bkaplan.ku@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.