ShinyModule | R Documentation |
ShinyModule super class
namespace
Namespace of the module.
new()
Initializer method
ShinyModule$new(namespace)
namespace
(character(1)
)
(invisible(self)
)
validate()
Validator method
ShinyModule$validate()
(invisible(self)
)
uiMenu()
Method to include a menuItem to link to the body.
ShinyModule$uiMenu(label, tag)
label
(character(1)
)
Label to show for the menuItem
.
tag
(character(1)
)
Tag to use internally in input
.
(menuItem
)
uiBody()
Method to include a tabItem to include the body.
ShinyModule$uiBody()
(tabItem
)
server()
Method to handle the back-end.
ShinyModule$server(input, output, session)
input
(input
)
Input from the server function.
output
(output
)
Output from the server function.
session
(session
)
Session from the server function.
(NULL
)
clone()
The objects of this class are cloneable with this method.
ShinyModule$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.