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