pkgdown/mathjax-config.html
R/verbs_grouping.R
ungroup.Rd
Remove grouping from a vectra query
ungroup(x, ...)
A vectra_node object.
vectra_node
Ignored.
An ungrouped vectra_node.
f <- tempfile(fileext = ".vtr") write_vtr(mtcars, f) tbl(f) |> group_by(cyl) |> ungroup() unlink(f)