A version of dplyr::select()
function for datasets on metric graphs
Source: R/util.R
select.metric_graph_data.Rd
Selects columns on metric graphs, while keeps the spatial positions.
Arguments
- .data
The data list or
tidyr::tibble
obtained from a metric graph object.- ...
Additional parameters to be passed to
dplyr::select()
.
Value
A tidyr::tibble
with the resulting selected columns.