A hook is a function of a pre-defined form (arguments) that takes values of
arguments and returns desired output. The object knit_hooks
is used to
access or set hooks in this package.
knit_hooks
An object of class list
of length 5.
Usage: https://yihui.name/knitr/objects/
Components in knit_hooks
: https://yihui.name/knitr/hooks/
# NOT RUN {
knit_hooks$get("source")
knit_hooks$get("inline")
# }
Run the code above in your browser using DataLab