Description Usage Arguments Details Value Author(s) See Also Examples
Download a dataverse file into R or in a web browser
1 |
fileid |
A character string specifying a dataverse fileId for a file contained in a dataverse reocrd. This is distinct from the |
query |
An optional character string or named list of additional query parameters from |
dv |
An optional character string specifying the Dataverse to query. Default is the Harvard IQSS Dataverse. |
browser |
A logical specifying whether the query should be executed in a web browser. Default is |
... |
Optionally, additional arguments passed to |
Due to access restrictions placed on some files, not all files are directly downloadable into R. dvDownload
automatically checks whether files can be downloaded directly with dvDownloadInfo
and stops if direct access is unavailable. Otherwise the file is downloaded and returned.
The requested file as an R object.
Thomas J. Leeper
1 2 3 4 | ## Not run:
dvDownload("9956")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.