getModules: getModules

View source: R/getModules.R

getModulesR Documentation

getModules

Description

Returns a list of available module as a list.

Usage

getModules(pattern, path = getShinyOption("smvgraph.path"))

Arguments

pattern

character: character string containing a regular expression, currently are used plot_*.R and color_*.R

path

character: containing the path where to search the modules

Value

a list with the modules

Examples

library("shiny")
getModules('plot_*.R')   # get plots
getModules('color_*.R')  # get colors

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.