ddi_developmentActivity {rddi} | R Documentation |
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(...)
Arguments
... |
Child nodes or attributes. |
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.
Value
A ddi_node object.
Shared and complex child nodes
References
developmentActivity documentation
Examples
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")
[Package rddi version 0.1.1 Index]