
A version of dplyr::mutate() function for datasets on metric graphs
Source: R/util.R
mutate.metric_graph_data.RdApplies dplyr::mutate() function for datasets obtained from a metric graph object.
Arguments
- .data
The data list or
tidyr::tibbleobtained from a metric graph object.- ...
Additional parameters to be passed to
dplyr::mutate().
Value
A tidyr::tibble with the resulting selected columns.