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