Description Usage Arguments Examples
Run module example
1 | run_module(module = c("filterDF", "chooseData", "chooseData2", "coerce"))
|
module |
Module for which to see a demo. |
1 2 3 4 5 6 | if (interactive()) {
# Demo for filterDF module
run_module("filterDF")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.