pt_tables {pubtatordb}R Documentation

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


db_con <- pt_connector(pt_path)
pt_tables(db_con)


[Package pubtatordb version 0.1.4 Index]