dplyr: dplyr methods for forest objects

dplyrR Documentation

dplyr methods for forest objects

Description

dplyr methods for forest objects.

Usage

## S3 method for class 'forest'
mutate(.data, ...)

## S3 method for class 'forest'
summarise(.data, ..., .node = NULL)

## S3 method for class 'forest'
select(.data, ...)

## S3 method for class 'forest'
relocate(.data, ...)

## S3 method for class 'forest'
rows_update(x, y, by = NULL, ...)

## S3 method for class 'forest'
rows_patch(x, y, by = NULL, ...)

## S3 method for class 'forest'
rowwise(data, ...)

## S3 method for class '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.


timbr documentation built on April 29, 2023, 5:07 p.m.