setWorkingPath: 'working_path' Setter

setWorkingPathR Documentation

'working_path' Setter

Description

Set value of the 'working_path' slot

Usage

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

{
user <- new("UserMetadata")
user <- setWorkingPath(user, getwd())
}


BgeeDB/BgeeCall documentation built on Nov. 10, 2023, 5:40 a.m.