pubtatordb (version 0.1.3)

pt_tables: List the tables in the PubTator sqlite database

Description

List the tables in the PubTator sqlite database

Usage

pt_tables(db_con)

Arguments

db_con

A connection to the PubTator sqlite database, as created via pubator_connector.

Value

A character vector of the names of the tables found in the database.

Examples

Run this code
# NOT RUN {
db_con <- pt_connector(pt_path)
pt_tables(db_con)
# }

Run the code above in your browser using DataCamp Workspace