Description Usage Arguments Value Examples
List the tables in the PubTator sqlite database
1 | pt_tables(db_con)
|
db_con |
A connection to the PubTator sqlite database, as created via pubator_connector. |
A character vector of the names of the tables found in the database.
1 2 | db_con <- pt_connector(pt_path)
pt_tables(db_con)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.