powered by
Extract a single column as a vector
pull(.data, var = -1)
A vector.
A vectra_node object.
vectra_node
Column name (unquoted) or positive integer position.
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) tbl(f) |> pull(mpg) |> head() unlink(f)
Run the code above in your browser using DataLab