Description Usage Arguments Details Value
View source: R/get_pmids_by_date.R
'get_pmids_by_date' query edgelist_date table for PMIDs that match.
1 2 | get_pmids_by_date(conMysql, pmids, lastUpdate,
tableName = "Edgelist_date")
|
conMysql |
a MySQL connection |
pmids |
a vector of pmids to look up |
lastUpdate |
string of the date used for comparison, in YYYY-MM-DD format |
tableName |
string with the name of the table that stores the target pmids and dates. |
'get_pmids_by_date' queries the edgelist_date table for target PMIDs, that optionally have been updated since 'lastUpdate'. The user can specify the 'tableName', but this table must have column names 'Target' and 'lastUpdated'. An error will be generated if 'tableName' does not exist.
a data.frame with one column for Target and one column for lastUpdated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.