pull.disk.frame | R Documentation |
Pull a column from table similar to 'dplyr::pull'.
## S3 method for class 'disk.frame'
pull(.data, var = -1, name = NULL, ...)
.data |
The disk.frame |
var |
can be an positive or negative integer or a character/string. See dplyr::pull documentation |
name |
See dplyr::pull documentation |
... |
Not used, kept for compatibility with 'dplyr::pull' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.