1% Generated by roxygen2: do not edit by hand 2% Please edit documentation in R/hooks.R 3\docType{data} 4\name{knit_hooks} 5\alias{knit_hooks} 6\title{Hooks for R code chunks, inline R code and output} 7\format{ 8An object of class \code{list} of length 6. 9} 10\usage{ 11knit_hooks 12} 13\description{ 14A hook is a function of a pre-defined form (arguments) that takes values of 15arguments and returns desired output. The object \code{knit_hooks} is used to 16access or set hooks in this package. 17} 18\examples{ 19knit_hooks$get("source") 20knit_hooks$get("inline") 21} 22\references{ 23Usage: \url{https://yihui.org/knitr/objects/} 24 25Components in \code{knit_hooks}: \url{https://yihui.org/knitr/hooks/} 26} 27\keyword{datasets} 28