pt_tables: List the tables in the PubTator sqlite database

Description Usage Arguments Value Examples

View source: R/pt_tables.R

Description

List the tables in the PubTator sqlite database

Usage

1
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

1
2
db_con <- pt_connector(pt_path)
pt_tables(db_con)

pubtatordb documentation built on Dec. 1, 2019, 1:17 a.m.