List datasets in a SWORD (possibly unpublished) Dataverse
Usage
list_datasets(dataverse, key = Sys.getenv("DATAVERSE_KEY"),
server = Sys.getenv("DATAVERSE_SERVER"), ...)
Arguments
dataverse
A Dataverse alias or ID number, or an object of class “dataverse”, perhaps as returned by service_document.
key
A character string specifying a Dataverse server API key. If one is not specified, functions calling authenticated API endpoints will fail. Keys can be specified atomically or globally using Sys.setenv("DATAVERSE_KEY" = "examplekey").
server
A character string specifying a Dataverse server. There are multiple Dataverse installations, but the defaults is to use the Harvard Dataverse. This can be modified atomically or globally using Sys.setenv("DATAVERSE_SERVER" = "dataverse.example.com").
...
Additional arguments passed to an HTTP request function, such as GET, POST, or DELETE.
Value
A list.
Details
This function is used to list datasets in a given Dataverse. It is part of the SWORD API, which is used to upload data to a Dataverse server. This means this can be used to view unpublished Dataverses and Datasets.