import_month: import_month

Description Usage Arguments Details Value Examples

View source: R/import.R

Description

Import trajectory data for one month.

Usage

1
import_month(month, ...)

Arguments

month

The month for which to import the data (as a string of the form "YYYY-MM").

...

Further parameters to pass to import_day (e.g. return or future_cutoff).

Details

Import trajectory data for a specific month. The user can choose to import the raw data, the clean data (i.e. the raw data minus any anomalous observations), or the anomalous data.

Value

A tibble of available trajectory data for that specific month.

Examples

1
2
3
4
## Not run: 
june2018 <- import_month("2018-06")

## End(Not run)

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