dbschema {LRBaseDbi}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

LRBaseDb object such as LRBase.Mmu.eg.db

file

LRBaseDb file

show.indices

LRBaseDb show.indices

Value

The schema for constructing sqlite database file

Author(s)

Koki Tsuyuzaki

Examples

showMethods("dbschema")

[Package LRBaseDbi version 2.0.0 Index]