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