aggregate_trips: aggregate_trips

Description Usage Arguments Details Value Examples

View source: R/aggregate.R

Description

Aggregate trip data.

Usage

1
aggregate_trips(full_data)

Arguments

full_data

The full trajectory data (as output by get_full_data).

Details

Create a one-row-per-trip dataset from the output of get_full_data.

Value

A tibble of all available trip data.

Examples

1
2
3
4
5
## Not run: 
full_data <- get_full_data()
trips <- aggregate_trips(full_data)

## End(Not run)

Amherst-Statistics/valleybikeData documentation built on Sept. 8, 2021, 5:48 a.m.