powered by
Returns the current folder path for a LabKey session
getFolderPath(session)
A character array containing the folder path, relative to the root.
the session key returned from getSession
Peter Hussey
Returns a string containing the current folder path for the passed in LabKey session
https://www.labkey.org/Documentation/wiki-page.view?name=projects
getSession lsFolders
getSession
lsFolders
if (FALSE) { # library(Rlabkey) lks<- getSession("https://www.labkey.org", "/home") getFolderPath(lks) #returns "/home" }
Run the code above in your browser using DataLab