ddi_subject {rddi}R Documentation

subject and its child nodes

Description

Subject describes the data collection's intellectual content. More information on these elements, especially their allowed attributes, can be found in the references.

Usage

ddi_subject(...)

ddi_keyword(...)

ddi_topcClas(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

subject is contained in stdyInfo.

subject specific child nodes

Value

A ddi_node object.

References

subject documentation

keyword documentation

topcClas documentation

Examples

ddi_subject()

# Functions that need to be wrapped in ddi_subject()

ddi_keyword(vocab = "ICPSR Subject Thesaurus",
            vocabURI = "http://www.icpsr.umich.edu/thesaurus/subject.html",
            "quality of life")

ddi_topcClas(vocab = "LOC Subject Headings",
             vocabURI = "http://www.loc.gov/catdir/cpso/lcco/lcco.html",
             "Public opinion -- California -- Statistics")


[Package rddi version 0.1.1 Index]