Description Usage Arguments Value Author(s)
View source: R/getStep5Results.R
Getter function to retrieve the updated data data frame after step #5 is complete along with the variables and participants that were dropped.
1 | getStep5Results(input, rvOriginalDataDF, rvDictDF, ONDRIMissingCodes)
|
input |
Shiny input |
rvOriginalDataDF |
Reactive value containing the original data data frame |
rvDictDF |
Reactive value containing the dictionary data frame |
ONDRIMissingCodes |
ONDRI missing codes |
List containing data frame of dropped columns (DF_DROPPED_COLS), data frame of dropped rows (DF_DROPPED_ROWS), vector of variable names dropped (varNames), vector of participant names dropped (parNames), and updated data data frame (dataDF).
Jedid Ahn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.