View source: R/available-data-s3.R
spod_available_data_s3 | R Documentation |
Get a table with links to available data files for the specified data version from Amazon S3 storage.
spod_available_data_s3(
ver = c(1, 2),
force = FALSE,
quiet = FALSE,
data_dir = spod_get_data_dir()
)
ver |
Integer. Can be 1 or 2. The version of the data to use. v1 spans 2020-2021, v2 covers 2022 and onwards. See more details in codebooks with |
force |
Logical. If |
quiet |
A |
data_dir |
The directory where the data is stored. Defaults to the value returned by |
A tibble with links, release dates of files in the data, dates of data coverage, local paths to files, and the download status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.