ddi_frameUnit {rddi} | R Documentation |
frameUnit and its children
Description
Provides information about the sampling frame unit. More information on these elements, especially their allowed attributes, can be found in the references.
Usage
ddi_frameUnit(...)
ddi_unitType(...)
Arguments
... |
Child nodes or attributes. |
Details
Parent nodes
frameUnit
is contained in sampleFrame
.
frameUnit specific child nodes
-
ddi_unitType()
describes the type of sampling frame unit. The attribute "numberOfUnits" provides the number of units in the sampling frame.
Value
A ddi_node object.
Shared and complex child nodes
References
Examples
ddi_frameUnit()
# Functions that need to be wrapped in ddi_frameUnit()
ddi_unitType(numberOfUnits = 150000,
"Primary listed owners of published phone numbers in the City of St. Paul")
[Package rddi version 0.1.1 Index]