mutate.xpose_set {xpose.xtras} | R Documentation |
Mutation method for xpose_set
Description
Mutation method for xpose_set
Usage
## S3 method for class 'xpose_set'
mutate(.data, ..., .force = FALSE, .retest = !.force, .rowwise = FALSE)
Arguments
.data |
< |
... |
< |
.force |
< |
.retest |
< |
.rowwise |
< |
Value
A set with updated top-level data (unless focused)
Examples
xpdb_set %>%
# Adds foo = bar for all objects in the set
mutate(foo = "bar") %>%
# Reshape to visualize
reshape_set()
[Package xpose.xtras version 0.0.2 Index]