setOutputDir: 'output_dir' Setter

setOutputDirR Documentation

'output_dir' Setter

Description

Set value of the 'output_dir' slot

Usage

setOutputDir(userObject, outputDir)

## S4 method for signature 'UserMetadata,character'
setOutputDir(userObject, outputDir)

Arguments

userObject

The UserMetadata object

outputDir

path to the directory wanted as 'output_dir'

Value

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

Examples

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


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