Query data base for a new run id from sequence, storing also timestamp of the run id obtained.
1 | new_run_id(conn = getOption("pg.conn"), .log = getOption("pg.log", TRUE))
|
conn |
active connection to postgres database, by default 'getOption("pg.conn")'. |
.log |
logical default 'getOption("pg.log",TRUE)' decides if call is logged using *logR*. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.