newInst | 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.
BiodbMain
.
# Create a new BiodbMain instance: mybiodb <- biodb::newInst() # Terminate the instance: mybiodb$terminate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.