dbschema {MSEADbi}R Documentation

A function to return the schema of sqlite-database

Description

This function returns the schema of sqlite-database.

Usage

dbschema(x, file = "", show.indices = FALSE)

Arguments

x

MSEADb object such as MSEA.Ath.pb.db

file

MSEADb file

show.indices

MSEADb show.indices

Value

The schema for constructing sqlite database file

Author(s)

Kozo Nishida

Examples

showMethods("dbschema")

[Package MSEADbi version 1.0.0 Index]