listProps: List BioLockJ Properties

Description Usage Arguments Details Value Functions Examples

View source: R/listProps.R

Description

Display the properties currently used by the BioLockJ java program. Optionally specify a module.

Usage

1
2
3
listAllProps(externalModules = NULL)

listProps(module = NULL)

Arguments

externalModules

file path to directory with external modules

module

If specified, the property list returned will be the properties used by this module.

Details

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.

Value

character vector of property names

character vector of property names

Functions

Examples

1

BioLockJ-Dev-Team/BioLockR documentation built on March 9, 2021, 10:43 p.m.