Description Details Super class Methods Examples
A module used by some of the utility functions to retrieve the ModStore object.
This utility module is a special TidyModule class that doesn't get registered in the ModStore. It is used to retrieve ModStore objects, like sessions and modules.
tidymodules::TidyModule
-> UtilityModule
new()
Initialize function.
UtilityModule$new()
UtilityModule
object.
clone()
The objects of this class are cloneable with this method.
UtilityModule$clone(deep = FALSE)
deep
Whether to make a deep clone.
1 2 3 4 5 | ## Not run:
# Print current session Id
UtilityModule$new()$getSessionId()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.