powered by
Pulls all batches from the execution plan and materializes the result as an R data.frame.
collect(x, ...)
A data.frame with the query results.
A vectra_node object.
vectra_node
Ignored.
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) result <- tbl(f) |> collect() head(result) unlink(f)
Run the code above in your browser using DataLab