hooktime: hooktime

hooktimeR Documentation

hooktime

Description

Create knitr Hook for Reporting Execution Time for Chunks

Usage

hooktime(all = FALSE)

Arguments

all

set to TRUE to time every chunk without the need for time=TRUE in the chunk header

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

this and timeMar()


qreport documentation built on May 29, 2024, 3:51 a.m.