View source: R/schemaObjects.R
lsSchemas | R Documentation |
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
getSession
,
lsFolders
,
lsProjects
## Not run:
## 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.