ddi_codingInstructions {rddi}R Documentation

codingInstructions and its child nodes

Description

Describe specific coding instructions used in data processing, cleaning, assession, or tabulation. Element relatedProcesses allows linking a coding instruction to one or more processes such as dataProcessing, dataAppr, cleanOps, etc. Use the txt element to describe instructions in a human readable form. More information on these elements, especially their allowed attributes, can be found in the references.

Usage

ddi_codingInstructions(...)

ddi_command(...)

Arguments

...

Child nodes or attributes.

Details

Parent nodes

codingInstructions is contained in method.

codingInstructions specific child nodes

Value

A ddi_node object.

Shared and complex child nodes

References

codingInstructions documentation

command documentation

Examples

ddi_codingInstructions()

# Functions that need to be wrapped in ddi_codingInstructions()

ddi_command(formalLanguage = "SPSS",
            "RECODE V1 TO V100 (10 THROUGH HIGH = 0)")


[Package rddi version 0.1.1 Index]