hooktime {qreport} | R Documentation |
hooktime
Description
Create knitr Hook for Reporting Execution Time for Chunks
Usage
hooktime(all = FALSE)
Arguments
all |
set to |
Details
Creates a hook called time
that can be activated by including time=TRUE
in a chunk header. The chunk's execution time in seconds will be printed in a very small html font at the end of the chunk's output.
Value
nothing
Author(s)
Frank Harrell
See Also
[Package qreport version 1.0-1 Index]