chmListFunctions {NGCHM} | R 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
Examples
chmListFunctions() # List all functions.
chmListFunctions('^chm') # List all functions whose names start with 'chm'.
[Package NGCHM version 1.0.3 Index]