get_monthly_dataset: get_monthly_dataset

Description Usage Arguments Details Value Examples

View source: R/get-monthly-dataset.R

Description

Get the trajectory dataset for one month using numeric parameters for the month and year.

Usage

1
get_monthly_dataset(month, year)

Arguments

month

The month of the year for which to get the trajectory dataset (as an integer or as a string).

year

The year for which to get the trajectory dataset (as an integer or as a string).

Details

Get the trajectory dataset for one month using numeric parameters for the month and year. The month parameter can be any number from 4 to 11 (since ValleyBike doesn't run during the winter months), and the year parameter can be any valid year during which ValleyBike was active (i.e., 2018, 2019, 2020, 2021).

Value

The trajectory dataset for that specific month-year combination (as a tibble).

Examples

1
2
3
4
## Not run: 
get_monthly_dataset(month = 7, year = 2018)

## End(Not run)

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