Description Usage Arguments Details Value Functions Examples
Display the properties currently used by the BioLockJ java program. Optionally specify a module.
1 2 3 | listAllProps(externalModules = NULL)
listProps(module = NULL)
|
externalModules |
file path to directory with external modules |
module |
If specified, the property list returned will be the properties used by this module. |
If no module is specified, the properties returned are the general properties. If a module is specified, then only the properties used by that module are returned, which usually has some overlap with the general peroperties.
listAllProps() is equivalent to the combined set of listProps() with no args and listProps(module) for all available modules.
character vector of property names
character vector of property names
listAllProps
:
listProps
:
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.