Description Usage Details Value Examples
CTAShiny() loads interactive user interface built using R shiny.
1 | CTAShiny()
|
Start CTAShiny
The interactive user interface is to provide an easy way for people who are learning Contingency Table Analysis. Includes example data for testing out a few example analysis.
Nothing
1 2 3 4 | if(interactive()){
library(shiny)
CTAShiny()
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.