pull | R Documentation |
Analogous function for pull
in dplyr
pull(.data, col)
.data |
data.frame |
col |
A name of column or index (should be positive). |
A vector
pull
mtcars %>% pull(2)
mtcars %>% pull(cyl)
mtcars %>% pull("cyl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.