chmListFunctions: List the predefined Javascript functions available for use in...

View source: R/functions.R

chmListFunctionsR Documentation

List the predefined Javascript functions available for use in NGCHM menus.

Description

This function lists the predefined Javascript functions available for use in NGCHM menus.

Usage

chmListFunctions(re = ".*")

Arguments

re

The regular expression to match. This should be a single character string. Default is ".*", which matches all functions.

Value

A string containing the names and descriptions of the matching functions.

See Also

chmAddMenuItem()

chmGetFunction()

chmRegisterFunction()

grep()

Examples

chmListFunctions() # List all functions.
chmListFunctions('^chm') # List all functions whose names start with 'chm'.

MD-Anderson-Bioinformatics/NGCHM-R documentation built on Sept. 15, 2024, 10:08 a.m.