mutate.xpose_set | R Documentation |
Mutation method for xpose_set
## S3 method for class 'xpose_set'
mutate(.data, ..., .force = FALSE, .retest = !.force, .rowwise = FALSE)
.data |
< |
... |
< |
.force |
< |
.retest |
< |
.rowwise |
< |
A set with updated top-level data (unless focused)
xpdb_set %>%
# Adds foo = bar for all objects in the set
mutate(foo = "bar") %>%
# Reshape to visualize
reshape_set()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.