pkgdown/mathjax-config.html
R/print.R
glimpse.Rd
Shows column names, types, and a preview of the first few values without collecting the full result.
glimpse(x, width = 5L, ...)
A vectra_node object.
vectra_node
Maximum number of preview rows to fetch (default 5).
Ignored.
Invisible x.
x
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) tbl(f) |> glimpse() unlink(f)