Description Usage Arguments Value Author(s) See Also
View source: R/dvStudyStatement.r
Use Data Deposit API to obtain a listing of study contents.
1 2 3 |
objectid |
Either a character string containing the id for a dataverse study (a handle) or an object of class “dvStudyAtom”. This could be returned from |
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 |
... |
Optionally, additional arguments passed to |
A list containing information about the study listing, including:
id |
The Data Deposit API URI for the study. |
title |
The title of the study. |
author |
The study author. |
updated |
A timestamp. |
locked |
A logical as a character string. |
latestVersionState |
A character string containing, generally, “DRAFT” or “RELEASED”. |
files |
A dataframe containing of files stored in the study collection (and their associated |
xml |
A character string containing the original XML response data structure. |
Thomas J. Leeper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.