Description Usage Arguments Details Value Author(s)
View source: R/dvDepositQuery.r
Primarily an internal function for executing Data Deposit API calls.
1 2 3 |
query |
A character string specifying query parameters. |
fulluri |
Instead of specifying |
dv |
An optional character string specifying the Dataverse to query. Default is the Harvard IQSS Dataverse. |
user |
A character string containing a dataverse username. Default is |
pwd |
A character string containing the corresponding dataverse password. Default is |
browser |
A logical specifying whether the query should be executed in a web browser. Default is |
apiversion |
A character string specifying the Data Deposit API version. Currently only “v1” (the default). |
httpverb |
A character string specifying one of “GET” (the default), “POST”, “PUT”, or “DELETE”. Not all verbs work on all SWORD URIs. |
... |
Optionally, additional arguments passed to |
Primarily for internal use.
A character string containing an XML data structure.
Thomas J. Leeper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.