getWorkingPath: 'working_path' Getter

Description Usage Arguments Value Examples

Description

Get value of the 'working_path' slot

Usage

1
2
3
4
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

1
2
3
4
{
user <- new("UserMetadata")
working_path <- getWorkingPath(user)
}

BgeeCall documentation built on Dec. 12, 2020, 2 a.m.