setOutputDir | 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())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.