getModules | R Documentation |
Returns a list of available module as a list.
getModules(pattern, path = getShinyOption("smvgraph.path"))
pattern |
character: character string containing a regular expression, currently are used |
path |
character: containing the path where to search the modules |
a list with the modules
library("shiny") getModules('plot_*.R') # get plots getModules('color_*.R') # get colors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.