ddi_verStmt: verStmt and its child nodes

View source: R/general.R

ddi_verStmtR 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

  • ddi_notes()

References

verStmt documentation

verResp documentation

version documentation

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")


Global-TIES-for-Children/rddi documentation built on Oct. 24, 2022, 9:50 p.m.