View source: R/available-data.R
spod_available_data_v1 | R Documentation |
This function provides a table of the available data list of MITMA v1 (2020-2021), both remote and local.
spod_available_data_v1(
data_dir = spod_get_data_dir(),
check_local_files = FALSE,
use_s3 = TRUE,
force = FALSE,
quiet = FALSE
)
A tibble with links, release dates of files in the data, dates of data coverage, local paths to files, and the download status.
character
. The URL link to the data file.
POSIXct
. The timestamp of when the file was published.
character
. The file extension of the data file (e.g., 'tar', 'gz').
Date
. The year and month of the data coverage, if available.
Date
. The specific date of the data coverage, if available.
factor
. Study category derived from the URL (e.g., 'basic', 'complete', 'routes').
factor
. Data type category derived from the URL (e.g., 'number_of_trips', 'origin-destination', 'overnight_stays', 'data_quality', 'metadata').
factor
. Temporal granularity category derived from the URL (e.g., 'day', 'month').
factor
. Geographic zone classification derived from the URL (e.g., 'districts', 'municipalities', 'large_urban_areas').
character
. The local file path where the data is (or going to be) stored.
logical
. Indicator of whether the data file has been downloaded locally. This is only available if check_local_files
is TRUE
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.