Learn R Programming

rddi (version 0.1.1)

ddi_developmentActivity: developmentActivity and its child nodes

Description

Describe the activity, listing participants with their role and affiliation, resources used (sources of information), and the outcome of the development activity.

Usage

ddi_developmentActivity(...)

ddi_description(...)

ddi_outcome(...)

ddi_participant(...)

Value

A ddi_node object.

Arguments

...

Child nodes or attributes.

Shared and complex child nodes

  • ddi_resource()

Details

Parent nodes

developmentActivity is contained in studyDevelopment.

developmentActivity specific child nodes

  • ddi_description() describes the development activity.

  • ddi_outcome() describes the outcome of the development activity.

  • ddi_participant() lists the participants conducting or designing the development activity.

References

developmentActivity documentation

description documentation

outcome documentation

participant documentation

Examples

Run this code
ddi_developmentActivity(type = "checkDataAvailability")

# Functions that need to be wrapped in ddi_developmentActivity()

ddi_description("A number of potential sources were evaluated for content, 
                consistency and quality")

ddi_outcome("Due to quality issues this was determined not to be a viable 
            source of data for the study")

ddi_participant(affiliation = "NSO",
                role = "statistician",
                "John Doe")

Run the code above in your browser using DataLab