Description Usage Arguments Details Value Examples
View source: R/get-monthly-dataset.R
Get the trajectory dataset for one month using numeric parameters for the month and year.
1 | get_monthly_dataset(month, year)
|
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). |
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).
The trajectory dataset for that specific month-year combination (as a tibble).
1 2 3 4 | ## Not run:
get_monthly_dataset(month = 7, year = 2018)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.