ddi_stdyInfo {rddi}R Documentation

stdyInfo and its child nodes

Description

stdyInfo is the study scope. It contains information about the data collection's scope across several dimensions, including substantive content, geography, and time. More information on these elements, especially their allowed attributes, can be found in the references.

Usage

ddi_stdyInfo(...)

ddi_abstract(...)

ddi_studyBudget(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

stdyInfo is contained in stdyDscr.

stdyInfo specific child nodes

Value

A ddi_node object.

Shared and complex child nodes

References

stdyInfo documentation

abstract documentation

studyBudget documentation

Examples

ddi_stdyInfo()

# Functions that need to be wrapped in ddi_stdyInfo()

ddi_abstract(date = "1999-01-28",
             contentType = "abstract",
             "Data on labor force activity for the week prior to the survey 
             are supplied in this collection. Information is available on the 
             employment status, occupation, and industry of persons 15 years 
             old and over. Demographic variables such as age, sex, race, marital 
             status, veteran status, household relationship, educational 
             background, and Hispanic origin are included. In addition to 
             providing these core data, the May survey also contains a 
             supplement on work schedules for all applicable persons aged 
             15 years and older who were employed at the time of the survey. 
             This supplement focuses on shift work, flexible hours, and work 
             at home for both main and second jobs.")

ddi_studyBudget("The budget for the study covers a 5 year award period 
                distributed between direct and indirect costs including: 
                Staff, ...")


[Package rddi version 0.1.1 Index]