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)

MAMC-DCI/pubtatordb documentation built on Nov. 25, 2019, 12:43 a.m.