List the available schemas
Lists the available schemas given the current folder path for a LabKey session
lsSchemas(session)
session |
the session key returned from getSession |
Lists the available schemas given the current folder path for a LabKey session
A character array containing the available schema names
Peter Hussey
## get a list of schemas available in the current session context # library(Rlabkey) lks<- getSession(baseUrl="http://localhost:8080/labkey", folderPath="/apisamples") #returns several schema names, e.g. "lists", "core", "MS1", etc. lsSchemas(lks)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.