spod_available_data_s3 {spanishoddata} | R Documentation |
Get available data list from Amazon S3 storage
Description
Get a table with links to available data files for the specified data version from Amazon S3 storage.
Usage
spod_available_data_s3(
ver = c(1, 2),
force = FALSE,
quiet = FALSE,
data_dir = spod_get_data_dir()
)
Arguments
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 |
Value
A tibble with links, release dates of files in the data, dates of data coverage, local paths to files, and the download status.
[Package spanishoddata version 0.2.0 Index]