Rlabkey (version 2.2.4)

labkey.setModuleProperty: Set module property value

Description

Set module property value for a specific folder or as site wide (with folderPath '/')

Usage

labkey.setModuleProperty(baseUrl=NULL, folderPath, moduleName, propName, propValue)

Arguments

baseUrl

server location including context path, if any. e.g. https://www.labkey.org/

folderPath

a string specifying the folderPath

moduleName

name of the module

propName

The module property name

propValue

The module property value to save

Examples

Run this code
# NOT RUN {
library(Rlabkey)
labkey.setModuleProperty(baseUrl="http://labkey/", folderPath="flowProject",
    moduleName="flow", propName="ExportToScriptFormat", propValue="zip")

# }

Run the code above in your browser using DataLab