View source: R/labkey.moduleProperty.R
labkey.getModuleProperty | R Documentation |
Get a specific effective module property value for folder
labkey.getModuleProperty(baseUrl=NULL, folderPath, moduleName, propName)
baseUrl |
server location including context path, if any. e.g. https://www.labkey.org/ |
folderPath |
a string specifying the |
moduleName |
name of the module |
propName |
The module property name |
## Not run:
library(Rlabkey)
labkey.getModuleProperty(baseUrl="http://labkey/", folderPath="flowProject",
moduleName="flow", propName="ExportToScriptFormat")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.