View source: R/state_dataverse.R
get_dvn_manifest | R Documentation |
Get a listing of files on dataverse
get_dvn_manifest(
icews_doi = get_doi(),
server = Sys.getenv("DATAVERSE_SERVER")
)
icews_doi |
DOI of the main ICEWS repo on Dataverse, see |
server |
For unit tests only; default is set to |
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()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.