ddi_standard {rddi} | R Documentation |
standard and its child nodes
Description
Standard describes a standard with which the study complies. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_standard(...)
ddi_standardName(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
standard
is contained in standardsCompliance
.
standard specific child nodes
-
ddi_standardName()
contains the name of the standard with which the study complies.
Value
A ddi_node object.
Shared and complex child nodes
References
Examples
ddi_standard()
# Functions that need to be wrapped in ddi_standard()
ddi_standardName(date = "2009-10-18",
version = "3.1",
URI = "http://www.ddialliance.org/Specification/DDI-Lifecycle/3.1/",
"Data Documentation Initiative")
[Package rddi version 0.1.1 Index]