Description Usage Arguments Value Examples
Set value of the 'simple_arborescence' slot
1 2 3 4 | setSimpleArborescence(userObject, simpleArborescence)
## S4 method for signature 'UserMetadata,logical'
setSimpleArborescence(userObject, simpleArborescence)
|
userObject |
The UserMetadata object |
simpleArborescence |
boolean defining if output files will be created a simple arborescence (TRUE) or not (FALSE) |
An object of the class UserMetadata with new 'simple_arborescence' value
1 2 3 4 | {
user <- new("UserMetadata")
user <- setSimpleArborescence(user, FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.