newInst {biodb} | R Documentation |
Instantiates a new BiodbMain object by calling the constructor.
newInst(...)
... |
The parameters to pass to the BiodbMain constructor. See
|
A new BiodbMain instance.
# Create a new BiodbMain instance: mybiodb <- biodb::newInst() # Terminate the instance: mybiodb$terminate()