| get_log | R Documentation |
Return a stored timing log from .pipetime_env.
If log = NULL, return all logs as a named list.
get_log(log = NULL)
log |
Character string or |
Either:
A data frame with columns:
timestamp (POSIXct): Pipeline start time
label (character): Operation label
duration (numeric): Elapsed time since pipeline start
unit (character): Time unit used
Or, if log = NULL, a named list of such data frames.
rm_log()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.