ddi_codingInstructions | R Documentation |
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.
ddi_codingInstructions(...) ddi_command(...)
... |
Child nodes or attributes. |
Parent nodes
codingInstructions
is contained in method
.
codingInstructions specific child nodes
ddi_command()
provides command code for the coding instruction. The
formalLanguage attribute identifies the language of the command code.
A ddi_node object.
ddi_txt()
codingInstructions documentation
ddi_codingInstructions() # Functions that need to be wrapped in ddi_codingInstructions() ddi_command(formalLanguage = "SPSS", "RECODE V1 TO V100 (10 THROUGH HIGH = 0)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.