labkey.getModuleProperty: Get effective module property value

View source: R/labkey.moduleProperty.R

labkey.getModulePropertyR Documentation

Get effective module property value

Description

Get a specific effective module property value for folder

Usage

labkey.getModuleProperty(baseUrl=NULL, folderPath, moduleName, propName)

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

Examples

## Not run: 
library(Rlabkey)
labkey.getModuleProperty(baseUrl="http://labkey/", folderPath="flowProject",
    moduleName="flow", propName="ExportToScriptFormat")


## End(Not run)

Rlabkey documentation built on Nov. 8, 2023, 1:06 a.m.