hookaddcap {qreport} | R Documentation |
Set knitr
to Automatically Call addCap
in Figure-Producing Chunks
hookaddcap(loc = NULL)
loc |
if non- |
Adds a knitr
hook that takes effect before the chunk is run. The hook function retrieves figure information from the current chunk to give to addCap
.
nothing; calls knitr
hook and chunk option setting functions
Frank Harrell
## Not run:
hookaddcap()
## End(Not run)