Get a listing of files on dataverse
get_dvn_manifest(
icews_doi = get_doi(),
server = Sys.getenv("DATAVERSE_SERVER")
)
DOI of the main ICEWS repo on Dataverse, see get_doi()
For unit tests only; default is set to dataverse::get_dataset()
default.
A list of length 2, containing:
file_list: a summary list of all files on DVN, consisting of the data files but also documentation and metadata files.
dataverse_dataset: a list tibble with two columns:
repo
: "weekly" or "historic"`
content
: objects of class "dataverse_dataset", returned by
dataverse::get_dataset()
.