List the available folder paths
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
##get a list if projects and folders # library(Rlabkey) lks<- getSession("https://www.labkey.org", "/home") #returns values "/home" , "/home/_menus" , ... lsFolders(lks)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.