logical_xpressions_red2r | R Documentation |
Convert REDCap logical expressions to valid R syntax representations.
logical_xpressions_red2r(x)
x |
A string with REDCap logic, either raw or preprocessed. |
For code generation, code has to be translated from one DSL or syntax to another.
In this case, conversion from REDCap logic to the appropriate R syntax.
This function helps map logical expressions from REDCap to R
Preprocessed R code that can be refined further or valid R syntax that can be parsed into an expression tree for evaluation.
Other RedcapToR: convert_dates_red2r
,
convert_missing_red2r
,
format_branching_logics
,
is_hidden
, xtend_chb_names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.