setSimpleArborescence | R Documentation |
Set value of the 'simple_arborescence' slot
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
{
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.