showMega2ENV | R Documentation |
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.
showMega2ENV(envir = ENV)
envir |
an environment that contains all the data frames created from the SQLite database. |
None
db = system.file("exdata", "seqsimm.db", package="Mega2R")
ENV = read.Mega2DB(db)
showMega2ENV()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.