Learn R Programming

rddi (version 0.1.1)

ddi_frameUnit: 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(...)

Value

A ddi_node object.

Arguments

...

Child nodes or attributes.

Shared and complex child nodes

  • ddi_txt()

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.

References

frameUnit documentation

unitType documentation

Examples

Run this code
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")

Run the code above in your browser using DataLab