ddi_qualityStatement {rddi} | R Documentation |
qualityStatement and its child nodes
Description
The Quality Statement consists of two parts, standardsCompliance and otherQualityStatement. In standardsCompliance list all specific standards complied with during the execution of this study. Note the standard name and producer and how the study complied with the standard. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_qualityStatement(...)
ddi_otherQualityStatement(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
qualiyStatement
is contained in stdyInfo
.
qualityStatement specific child nodes
-
ddi_otherQualityStatement()
holds additional quality statements.
Value
A ddi_node object.
Shared and complex child nodes
References
qualityStatement documentation
otherQualityStatement documentation
Examples
ddi_qualityStatement()
# Functions that need to be wrapped in ddi_qualityStatement()
ddi_otherQualityStatement("Additional quality statements not addressed in standardsCompliance.")
[Package rddi version 0.1.1 Index]