powered by
Lists the available folder paths relative to the current folder path for a LabKey session
lsFolders(session)
A character array containing the available folder paths, relative to the project root. These values can be set on a session using curFolder<-
the session key returned from getSession
Peter Hussey
https://www.labkey.org/Documentation/wiki-page.view?name=projects
getSession, lsProjects, lsSchemas
getSession
lsProjects
lsSchemas
if (FALSE) { ##get a list if projects and folders # library(Rlabkey) lks<- getSession("https://www.labkey.org", "/home") #returns values "/home" , "/home/_menus" , ... lsFolders(lks) }
Run the code above in your browser using DataLab