| getWorkingPath {BgeeCall} | R Documentation |
Get value of the 'working_path' slot
getWorkingPath(userObject) ## S4 method for signature 'UserMetadata' getWorkingPath(userObject)
userObject |
The UserMetadata object |
the value of the 'working_path' slot of the object
{
user <- new("UserMetadata")
working_path <- getWorkingPath(user)
}