Description Usage Arguments Value Author(s) See Also Examples
View source: R/dvBuildMetadata.r
Build the Qualified Dublin Core Atom XML object needed for dvCreateStudy
or dvEditStudy
.
1 | dvBuildMetadata(..., format='dcterms', validate = FALSE)
|
... |
One or more named metadata fields. “title” is required. Any other fields are optional, but must be in Qualified Dublin Core. |
format |
A character specifying the format of the metadata XML. Default is “dcterms”. Currently ignored. |
validate |
A logical indicating whether to validate the resulting metadata. Default is “FALSE”. |
A character string of class “dvMetadata” containing a complete Atom entry for use in dvCreateStudy
or dvEditStudy
.
Allowed fields are: “abstract”, “accessRights”, “accrualMethod”, “accrualPeriodicity”, “accrualPolicy”, “alternative”, “audience”, “available”, “bibliographicCitation”, “conformsTo”, “contributor”, “coverage”, “created”, “creator”, “date”, “dateAccepted”, “dateCopyrighted”, “dateSubmitted”, “description”, “educationLevel”, “extent”, “format”, “hasFormat”, “hasPart”, “hasVersion”, “identifier”, “instructionalMethod”, “isFormatOf”, “isPartOf”, “isReferencedBy”, “isReplacedBy”, “isRequiredBy”, “issued”, “isVersionOf”, “language”, “license”, “mediator”, “medium”, “modified”, “provenance”, “publisher”, “references”, “relation”, “replaces”, “requires”, “rights”, “rightsHolder”, “source”, “spatial”, “subject”, “tableOfContents”, “temporal”, “title”, “type”, and “valid”.
Thomas J. Leeper
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
dvBuildMetadata(title="My Study",
creator="Doe, John",
creator="Doe, Jane",
publisher="My University",
date="2013-09-22",
description="An example study",
subject="Study",
subject="Dataverse",
subject="Other",
coverage="United States")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.