pkgdown/mathjax-config.html
R/verbs_utility.R
slice.Rd
Select rows by position
slice(.data, ...)
A vectra_node object.
vectra_node
Integer row indices (positive or negative).
A data.frame with the selected rows.
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) tbl(f) |> slice(1, 3, 5) unlink(f)