powered by
Get a specific effective module property value for folder
labkey.getModuleProperty(baseUrl=NULL, folderPath, moduleName, propName)
server location including context path, if any. e.g. https://www.labkey.org/
a string specifying the folderPath
folderPath
name of the module
The module property name
if (FALSE) { library(Rlabkey) labkey.getModuleProperty(baseUrl="http://labkey/", folderPath="flowProject", moduleName="flow", propName="ExportToScriptFormat") }
Run the code above in your browser using DataLab