Description Usage Arguments Value
View source: R/writeConfigProp.R
Write a property in the format suitable for a BioLockJ property.
1 2 3 4 5 6 7 | writeConfigProp(
propName,
propVal = NULL,
propType = "string",
projectDir = "",
useRelPath = FALSE
)
|
propName |
the name of the property |
propVal |
the value for the property |
propType |
the type of property |
projectDir |
the project directory (the folder where the config file lives), only used if useRelPath=TRUE |
useRelPath |
boolean, should file paths be written as relative to the projectDir |
a properly formatted line for a BioLockJ config file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.