dplyr methods for forest objects.
# S3 method for forest
mutate(.data, ...)# S3 method for forest
summarise(.data, ..., .node = NULL)
# S3 method for forest
select(.data, ...)
# S3 method for forest
relocate(.data, ...)
# S3 method for forest
rows_update(x, y, by = NULL, ...)
# S3 method for forest
rows_patch(x, y, by = NULL, ...)
# S3 method for forest
rowwise(data, ...)
# S3 method for forest
ungroup(x, ...)
A forest.
A forest.
Other arguments.
`NULL` (default) or a vector to create new nodes.
A forest.
A data frame.
An unnamed character vector giving the key columns.
A forest.