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