Type: | Package |
Title: | Interactive Document for Working with Classification Tree Analysis |
Version: | 0.1.0 |
Author: | Kartikeya Bolar |
Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> |
Description: | An interactive document on the topic of classification tree analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://kartikeyab.shinyapps.io/CTShiny/. |
License: | GPL-2 |
Encoding: | UTF-8 |
LazyData: | TRUE |
Depends: | R (≥ 4.0.0) |
Imports: | shiny,rmarkdown,dplyr,datasets,caret,e1071,rhandsontable,rpart,rpart.plot,party |
RoxygenNote: | 7.1.1 |
NeedsCompilation: | no |
Packaged: | 2020-08-25 16:53:15 UTC; kartikeya.bolar |
Repository: | CRAN |
Date/Publication: | 2020-08-26 14:30:02 UTC |
Launch 'CTShiny2' Interface
Description
CTShiny2() loads interactive user interface built using R 'shiny'.
Usage
CTShiny2()
Details
Start CTShiny2
The interactive user interface is to provide an easy way for classification tree analysis and downloading relevant plot.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
CTShiny2()
}