PREPShiny {PREPShiny}R Documentation

Launch 'PREPShiny' Interface

Description

PREPShiny() loads interactive user interface built using R 'shiny'.

Usage

PREPShiny()

Details

Start PREPShiny

The interactive user interface is to provide an easy way for preprocessing the dataset and downloading the preprocessed dataset.

Value

Nothing

Examples

if(interactive()){
library(rmarkdown)
PREPShiny()
}

[Package PREPShiny version 0.1.0 Index]