Description Usage Arguments Value
View source: R/write_properties.R
Write properties in the format expected by BioLockJ. This does not incorporate any human-readable nicities.
1 | write_properties(file = NULL, properties = NULL, moduleLines = NULL)
|
file |
file location to right properties to |
properties |
named vector or named list of property values |
moduleLines |
character vector representing a module run order for a BioLockJ configuration |
If file is NULL, returns a character vector of the lines that would make up the config file; if file is given, the lines are written to the file and the function returns TRUE.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.