Returns the metadata for an existing LabKey domain
Get the data structure for a domain.
labkey.domain.get(baseUrl=NULL, folderPath, schemaName, queryName)
baseUrl |
a string specifying the |
folderPath |
a string specifying the |
schemaName |
a string specifying the name of the schema of the domain |
queryName |
a string specifying the query name |
Returns the domain design of an existing domain. The returned domain design can be used for reporting purposes or it can be modified and used to create a new domain or update the domain source.
A list containing elements describing the domain. The structure is the same as a domain design created by labkey.createDomainDesign
Karl Lum
## retrieve an existing domain library(Rlabkey) labkey.domain.get(baseUrl="http://labkey/", folderPath="home", schemaName="lists", queryName="test list")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.