Rlabkey (version 2.2.2)

getFolderPath: Returns the folder path associated with a session

Description

Returns the current folder path for a LabKey session

Usage

getFolderPath(session)

Arguments

session

the session key returned from getSession

Value

A character array containing the folder path, relative to the root.

Details

Returns a string containing the current folder path for the passed in LabKey session

References

https://www.labkey.org/wiki/home/Documentation/page.view?name=projects

See Also

getSession lsFolders

Examples

Run this code
# NOT RUN {
# library(Rlabkey)

lks<- getSession("http://www.labkey.org", "/home")
getFolderPath(lks)  #returns "/home"

# }

Run the code above in your browser using DataCamp Workspace