Description Usage Arguments Value See Also Examples
Retrieve log entries for a provided run
1 | get_run_log(connection, run_uid)
|
connection |
A connection object, as retrieved from |
run_uid |
Numeric UID or a vector of numeric UIDs of the run to find log entries for. |
A tibble listing all log entries including a timestamp, its type (one of: info
, warning
, error
), and the message itself.
1 2 3 4 5 6 7 8 | ## Not run:
connection <- connect('my_db on localhost')
get_run_log(connection, 13)
get_run_log(connection, c(13, 99))
disconnect(connection)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.