getStep5Results: getStep5Results

Description Usage Arguments Value Author(s)

View source: R/getStep5Results.R

Description

Getter function to retrieve the updated data data frame after step #5 is complete along with the variables and participants that were dropped.

Usage

1
getStep5Results(input, rvOriginalDataDF, rvDictDF, ONDRIMissingCodes)

Arguments

input

Shiny input

rvOriginalDataDF

Reactive value containing the original data data frame

rvDictDF

Reactive value containing the dictionary data frame

ONDRIMissingCodes

ONDRI missing codes

Value

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).

Author(s)

Jedid Ahn


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