showMega2ENV: show Mega2R environment, viz. data frames and related info.

Description Usage Arguments Value Examples

View source: R/mega2rcreate.R

Description

Mega2R uses an environment to store the data frames when it reads SQLite database tables. This function shows the data frames and their sizes; it also shows the count of samples and markers in the database. Note: It is not necessary to provide an argument, if the environment is named ENV.

Usage

1
showMega2ENV(envir = ENV)

Arguments

envir

an environment that contains all the data frames created from the SQLite database.

Value

None

Examples

1
2
3
4
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)

showMega2ENV()

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