Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/dvExtractFileIds.r
Extract fileId(s) from metadata for a dataverse record.
1 | dvExtractFileIds(xml)
|
xml |
A character string containing an XML data structure returned by |
Extracts all of the fileIds associated with a retrieved dataverse record. Metadata format must be DDI. The Dublin Core metadata record does not include fileIds.
A dataframe containing fileIds and associated descriptive information for files stored in the dataverse record.
Thomas J. Leeper
1 2 3 4 5 | ## Not run:
xml <- dvMetadata("hdl:1902.1/17218")
dvExtractFileIds(xml)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.