resetMega2ENV: return an initialized environment

Description Usage Value Examples

Description

Mega2 uses an environment to store the data frames when it reads an SQLite database. The environment is also used to store metadata. The function first runs the garbage collector ("gc"), then allocates an empty environment and finally loads some default data into it.

Usage

1

Value

an environment that contains a few initial tables read from the Mega2R package.

Examples

1
2
3
4
## Not run: 
resetMega2ENV()

## End(Not run)

Mega2R documentation built on Dec. 11, 2021, 9:12 a.m.