Description Usage Arguments Details Value Author(s)
View source: R/dvDeleteStudy.r
Use Data Deposit API to delete an unreleased study or deaccession a released study.
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 |
If a study has been created but not released, dvDeleteStudy
will delete it permanently.
If a study has been created and released, dvDeleteStudy
will deaccession it (i.e., reverse the release). A released study can be “deaccessioned” (replacing its public record with a publicly visible record about its previous release) using dvDeleteStudy
. Currently, a previously released study cannot be deleted. Attempting to delete a deaccessioned study will produce an error.
If successful, the response is an empty character string.
Thomas J. Leeper
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.