| Type: | Package | 
| Title: | Interactive Document for Preprocessing the Dataset | 
| Version: | 0.1.0 | 
| Author: | Kartikeya Bolar | 
| Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> | 
| Description: | An interactive document for preprocessing the dataset using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://analyticmodels.shinyapps.io/PREPShiny/. | 
| License: | GPL-2 | 
| Encoding: | UTF-8 | 
| LazyData: | TRUE | 
| Depends: | R (≥ 3.0.3) | 
| Imports: | shiny,rmarkdown,psycho,dplyr,datasets | 
| RoxygenNote: | 6.1.0 | 
| NeedsCompilation: | no | 
| Packaged: | 2019-04-19 19:51:01 UTC; KARTIKEYA | 
| Repository: | CRAN | 
| Date/Publication: | 2019-04-25 12:30:03 UTC | 
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()
}