Description Usage Arguments Value Author(s) Examples
View source: R/dvMetadataFormats.r
Retrieve the available metadata formats that can be returned for a particular dataverse record.
1 | dvMetadataFormats(objectid, dv = getOption('dvn'), browser = FALSE, ...)
|
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. |
browser |
A logical specifying whether the query should be executed in a web browser. Default is |
... |
Optionally, additional arguments passed to |
A dataframe containing names and supplemental information for the metadata format(s) available for specified dataverse object.
Thomas J. Leeper
1 2 3 4 | ## Not run:
formats <- dvMetadataFormats("hdl:1902.1/17218")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.