| Type: | Package | 
| Title: | Interactive Document for Working with Naive Bayes Classification | 
| Version: | 0.1.0 | 
| Author: | Kartikeya Bolar | 
| Maintainer: | Kartikeya Bolar <kartikeya.bolar@tapmi.edu.in> | 
| Description: | An interactive document on the topic of naive Bayes classification analysis using 'rmarkdown' and 'shiny' packages. Runtime examples are provided in the package function as well as at https://kartikeyab.shinyapps.io/NBShiny/. | 
| License: | GPL-2 | 
| Encoding: | UTF-8 | 
| LazyData: | TRUE | 
| Depends: | R (≥ 3.0.3) | 
| Imports: | shiny,rmarkdown,dplyr,datasets,caret,e1071,rhandsontable | 
| RoxygenNote: | 6.1.1 | 
| NeedsCompilation: | no | 
| Packaged: | 2019-10-21 15:09:20 UTC; KARTIKEYA | 
| Repository: | CRAN | 
| Date/Publication: | 2019-10-25 08:00:09 UTC | 
Launch 'NBShiny2' Interface
Description
NBShiny2() loads interactive user interface built using R 'shiny'.
Usage
NBShiny2()
Details
Start NBShiny2
The interactive user interface is to provide an easy way for naive bayesian classification analysis and downloading relevant plot.
Value
Nothing
Examples
if(interactive()){
library(rmarkdown)
NBShiny2()
}