powered by
Lists the available folder paths relative to the current folder path for a LabKey session
lsFolders(session)
the session key returned from getSession
A character array containing the available folder paths, relative to the project root. These values can be set on a session using curFolder<-
https://www.labkey.org/Documentation/wiki-page.view?name=projects
getSession, lsProjects, lsSchemas
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) # }
Run the code above in your browser using DataLab