| setOutputDir {BgeeCall} | R Documentation |
Set value of the 'output_dir' slot
setOutputDir(userObject, outputDir) ## S4 method for signature 'UserMetadata,character' setOutputDir(userObject, outputDir)
userObject |
The UserMetadata object |
outputDir |
path to the directory wanted as 'output_dir' |
An object of the class UserMetadata with new 'output_dir' value
{
user <- new("UserMetadata")
user <- setOutputDir(user, getwd())
}