drop_na.metric_graph_data {MetricGraph}R Documentation

A version of tidyr::drop_na() function for datasets on metric graphs

Description

Applies tidyr::drop_na() function for datasets obtained from a metric graph object.

Usage

## S3 method for class 'metric_graph_data'
drop_na(data, ...)

Arguments

data

The data list or tidyr::tibble obtained from a metric graph object.

...

Additional parameters to be passed to tidyr::drop_na().

Value

A tidyr::tibble with the resulting selected columns.


[Package MetricGraph version 1.3.0 Index]