Skip to contents

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.