powered by
Mutation method for xpose_set
# S3 method for xpose_set mutate(.data, ..., .force = FALSE, .retest = !.force, .rowwise = FALSE)
A set with updated top-level data (unless focused)
<xpose_set> An xpose_set object
xpose_set
<dynamic-dots> Mutations to apply to the xpose_set (passed through to <dplyr::mutate>)
dynamic-dots
dplyr::mutate
<logical> Should top-level elements be allowed to be manipulated? (default: FALSE)
logical
FALSE
<logical> Should the xpose_set be retested after mutation? (default: !force)
!force
<logical> Should the mutation be applied rowwise? (default: FALSE)
xpdb_set %>% # Adds foo = bar for all objects in the set mutate(foo = "bar") %>% # Reshape to visualize reshape_set()
Run the code above in your browser using DataLab