
A version of tidyr::drop_na() function for datasets on metric graphs
Source: R/util.R
drop_na.metric_graph_data.RdApplies tidyr::drop_na() function for datasets obtained from a metric graph object.
Arguments
- data
The data list or
tidyr::tibbleobtained from a metric graph object.- ...
Additional parameters to be passed to
tidyr::drop_na().
Value
A tidyr::tibble with the resulting selected columns.