Description Usage Arguments Details Value See Also
View source: R/updateLastUpdatedTable.R
'updateLastUpdatedTable' inserts targetIDs and the current date into the specified MySQL table
1 | updateLastUpdatedTable(conMysql, targetIDs, tableName = "EdgeList_date")
|
conMysql |
a MySQL connection |
targetIDs |
the target IDs to add to the table |
tableName |
string with the name of the table used to store update dates, defaulting to 'EdgeList_date'#' |
The table will be created if it does not exist, with columns 'Target' and 'lastUpdated' Targets form 'targetIDs' that are in the table will be removed.
a scalar numeric that specifies the number of rows affected by the statement. An error is raised when issuing a statement over a closed or invalid connection, if the syntax of the statement is invalid.
generateEdgeList
for obtaining edgeList citation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.