Description Details Super class Methods See Also
This 'tm' module is a R6 class representing a Cat.
More details here about how fantastic is your module.
tidymodules::TidyModule
-> Cat
new()
Module's initialization function.
Cat$new(...)
...
options
An instance of Cat
ui()
Module's ui function.
Cat$ui()
HTML tags list.
server()
Module's server function.
Cat$server(input, output, session)
input
Shiny input
output
Shiny output
session
Shiny session
mUI()
Cat$mUI()
mServer()
Cat$mServer()
clone()
The objects of this class are cloneable with this method.
Cat$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other tm:
Lion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.