Learn R Programming

MetricGraph (version 1.4.1)

select.metric_graph_data: A version of dplyr::select() function for datasets on metric graphs

Description

Selects columns on metric graphs, while keeps the spatial positions.

Usage

# S3 method for metric_graph_data
select(.data, ...)

Value

A tidyr::tibble with the resulting selected columns.

Arguments

.data

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

...

Additional parameters to be passed to dplyr::select().