Learn R Programming

Mega2R (version 1.0.2)

resetMega2ENV: return an initialized environment

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

resetMega2ENV()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
resetMega2ENV()
# }

Run the code above in your browser using DataLab