dplyr {timbr} | R 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.
[Package timbr version 0.2.2 Index]