getVarDataTypes: getVarDataTypes

Description Usage Arguments Value Author(s)

View source: R/getVarDataTypes.R

Description

Getter function to retrieve the variable data types after selection by user in step #6 of the pipeline. The 5 data types are as follows: CATEGORICAL, ORDINAL, NUMERIC, AS IS, EXCLUDE

Usage

1
getVarDataTypes(input, rvStep5Results, rvDictDF)

Arguments

input

Shiny input

rvStep5Results

Reactive value list containing DF_DROPPED_COLS, DF_DROPPED_ROWS, varNames, parNames, dataDF

rvDictDF

Reactive value containing the dictionary data frame

Value

List of 5 vectors, where each vector contains variable names for a specific data type.

Author(s)

Jedid Ahn


ondri-nibs/dataprep_app documentation built on March 25, 2021, 10:44 a.m.