get_variable_type_data_type {recodeflow}R Documentation

Get data type for variable type.

Description

Get data type for variable type.

Usage

get_variable_type_data_type(var_details_rows, var_type, is_start_var)

Arguments

var_details_rows

All variable details rows for the variable.

var_type

Variable type

is_start_var

boolean if the passed variable is variable start

Value

'var_type' data type.


[Package recodeflow version 0.1.0 Index]