Description Usage Arguments Value Author(s)
View source: R/getVarDataTypes.R
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
1 | getVarDataTypes(input, rvStep5Results, rvDictDF)
|
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 |
List of 5 vectors, where each vector contains variable names for a specific data type.
Jedid Ahn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.