mutate.metric_graph_data {MetricGraph} | R Documentation |
dplyr::mutate()
function for datasets on metric graphsApplies dplyr::mutate()
function for datasets obtained from a metric graph object.
## S3 method for class 'metric_graph_data'
mutate(.data, ...)
.data |
The data list or |
... |
Additional parameters to be passed to |
A tidyr::tibble
with the resulting selected columns.