setWorkingPath: 'working_path' Setter

Description Usage Arguments Value Examples

Description

Set value of the 'working_path' slot

Usage

1
2
3
4
setWorkingPath(userObject, workingPath)

## S4 method for signature 'UserMetadata,character'
setWorkingPath(userObject, workingPath)

Arguments

userObject

The UserMetadata object

workingPath

path to the directory wanted as 'working_path'

Value

An object of the class UserMetadata with new 'working_path' value

Examples

1
2
3
4
{
user <- new("UserMetadata")
user <- setWorkingPath(user, getwd())
}

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