newInst: Create a new BiodbMain instance.

View source: R/fcts_biodb.R

newInstR Documentation

Create a new BiodbMain instance.

Description

Instantiates a new BiodbMain object by calling the constructor.

Usage

newInst(...)

Arguments

...

The parameters to pass to the BiodbMain constructor. See BiodbMain.

Value

A new BiodbMain instance.

See Also

BiodbMain.

Examples

# Create a new BiodbMain instance:
mybiodb <- biodb::newInst()

# Terminate the instance:
mybiodb$terminate()

pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.