getWorkingPath {BgeeCall}R Documentation

'working_path' Getter

Description

Get value of the 'working_path' slot

Usage

getWorkingPath(userObject)

## S4 method for signature 'UserMetadata'
getWorkingPath(userObject)

Arguments

userObject

The UserMetadata object

Value

the value of the 'working_path' slot of the object

Examples

{
user <- new("UserMetadata")
working_path <- getWorkingPath(user)
}


[Package BgeeCall version 1.8.0 Index]