Skip to contents

dplyr methods for forest objects.

Usage

# 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, ...)

Arguments

.data

A forest.

...

Other arguments.

.node

`NULL` (default) or a vector to create new nodes.

x

A forest.

y

A data frame.

by

An unnamed character vector giving the key columns.

data

A forest.

Value

A forest.