Description Usage Arguments Details Value Examples
Import trajectory data for one month.
1 | import_month(month, ...)
|
month |
The month for which to import the data (as a string of the form "YYYY-MM"). |
... |
Further parameters to pass to |
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.
A tibble of available trajectory data for that specific month.
1 2 3 4 | ## Not run:
june2018 <- import_month("2018-06")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.