View source: R/schemaObjects.R
lsFolders | R Documentation |
Lists the available folder paths relative to the current folder path for a LabKey session
lsFolders(session)
session |
the session key returned from getSession |
Lists the available folder paths relative to the current folder path for a LabKey session
A character array containing the available folder paths, relative to the project root. These values can be set on a session using curFolder<-
Peter Hussey
https://www.labkey.org/Documentation/wiki-page.view?name=projects
getSession
, lsProjects
, lsSchemas
## Not run:
##get a list if projects and folders
# library(Rlabkey)
lks<- getSession("https://www.labkey.org", "/home")
#returns values "/home" , "/home/_menus" , ...
lsFolders(lks)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.