Description Usage Arguments Value Examples
Set value of the 'working_path' slot
1 2 3 4 | 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
1 2 3 4 | {
user <- new("UserMetadata")
user <- setWorkingPath(user, getwd())
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.