summarise.metric_graph_data | R Documentation |
dplyr::summarise()
function for datasets on metric graphsCreates summaries, while keeps the spatial positions.
## S3 method for class 'metric_graph_data'
summarise(.data, ..., .include_graph_groups = FALSE, .groups = NULL)
.data |
The data list or |
... |
Additional parameters to be passed to |
.include_graph_groups |
Should the internal graph groups be included in the grouping variables? The default is |
.groups |
A vector of strings containing the names of the columns to be additionally grouped, when computing the summaries. The default is |
A tidyr::tibble
with the resulting selected columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.