PREPShiny: Launch 'PREPShiny' Interface

Description Usage Details Value Examples

View source: R/PREPShiny.R

Description

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

Usage

1

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

1
2
3
4
if(interactive()){
library(rmarkdown)
PREPShiny()
}

PREPShiny documentation built on May 2, 2019, 6:34 a.m.