ddi_verStmt {rddi} | R Documentation |
verStmt and its child nodes
Description
This is the version statement for the work at the appropriate level: marked-up document; marked-up document source; study; study description, other material; other material for study. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_verStmt(...)
ddi_verResp(...)
ddi_version(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
verStmt
is contained in the following elements: citation
; docSrc
;
fileCitation
; fileTxt
; nCube
; sourceCitation
; and var
.
verStmt specific child nodes
-
ddi_verResp()
is the organization or person responsible for the version of the work. -
ddi_version()
is also known as release or edition. If there have been substantive changes in the data/documentation since their creation, this statement should be used at the appropriate level. The ISO standard for dates (YYYY-MM-DD) is recommended for use with the "date" attribute.
Value
A ddi_node object.
Shared and complex child nodes
References
Examples
ddi_verStmt()
# Functions that need to be wrapped in ddi_verStmt()
ddi_verResp("Zentralarchiv fuer Empirische Sozialforschung")
ddi_version(type = "edition",
date = "1999-01-25",
"Second ICPSR Edition")