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 Feb. 5, 2025, 10:05 a.m.