| pull | R Documentation | 
This is a direct replacement for [[.data.frame.
pull(.data, var = -1)
.data | 
 A   | 
var | 
 A variable specified as: 
 The default returns the last column (on the assumption that's the column you've created most recently).  | 
mtcars %>% pull(-1)
mtcars %>% pull(1)
mtcars %>% pull(cyl)
mtcars %>% pull("cyl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.