build_data_field_for_start_var {recodeflow} | R Documentation |
Build DataField node for start variable.
Description
Build DataField node for start variable.
Usage
build_data_field_for_start_var(var_name, var_details_rows)
Arguments
var_name |
Variable name. |
var_details_rows |
All variable details rows for the 'var_name' variable. |
Value
DataField node with optype and dataType according to 'fromType'.
[Package recodeflow version 0.1.0 Index]