setSimpleArborescence: 'simple_arborescence' Setter

Description Usage Arguments Value Examples

Description

Set value of the 'simple_arborescence' slot

Usage

1
2
3
4
setSimpleArborescence(userObject, simpleArborescence)

## S4 method for signature 'UserMetadata,logical'
setSimpleArborescence(userObject, simpleArborescence)

Arguments

userObject

The UserMetadata object

simpleArborescence

boolean defining if output files will be created a simple arborescence (TRUE) or not (FALSE)

Value

An object of the class UserMetadata with new 'simple_arborescence' value

Examples

1
2
3
4
{
user <- new("UserMetadata")
user <- setSimpleArborescence(user, FALSE)
}

BgeeCall documentation built on Dec. 12, 2020, 2 a.m.