| dplyr | R Documentation | 
dplyr methods for forest objects.
## 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, ...)
| .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. | 
A forest.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.