ddi_subject | R Documentation |
Subject describes the data collection's intellectual content. More information on these elements, especially their allowed attributes, can be found in the references.
ddi_subject(...) ddi_keyword(...) ddi_topcClas(...)
... |
Child nodes or attributes. |
Parent nodes
subject
is contained in stdyInfo
.
subject specific child nodes
ddi_keyword()
are words or phrases that describe salient aspects of a
data collection's content. Can be used for building keyword indexes and for
classification and retrieval purposes. A controlled vocabulary can be
employed. Maps to Dublin Core Subject element.
ddi_topcClas()
indicates the broad substantive topic(s) that the data
cover. Library of Congress subject terms may be used here. Maps to Dublin
Core Subject element. Inclusion of this element in the codebook is
recommended.
A ddi_node object.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.