powered by
Set module property value for a specific folder or as site wide (with folderPath '/')
labkey.setModuleProperty(baseUrl=NULL, folderPath, moduleName, propName, propValue)
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
The module property value to save
if (FALSE) { library(Rlabkey) labkey.setModuleProperty(baseUrl="http://labkey/", folderPath="flowProject", moduleName="flow", propName="ExportToScriptFormat", propValue="zip") }
Run the code above in your browser using DataLab