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