Description Usage Arguments Value See Also Examples
View source: R/benchmark_timing_tbl_methods.R
Takes the result of a time_methods() call and remove the 'timed_result' column, replacing it with three columns of durations representing the 'system', 'user' and 'elapsed' times from a system.time() call.
1 2 3 4 | unpack_timing(x)
## S3 method for class 'benchmark_timing_tbl'
unpack_timing(x)
|
x |
the benchmark_timing_tbl object |
a tibble containing pipeline steps and timing information
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.