Rlang-QQ-0.3.1.0: quasiquoter for inline-R code

Safe HaskellSafe-Inferred
LanguageHaskell2010

RlangQQ.ParseKnitted

Synopsis

Documentation

parseKnitted :: String -> [KnitInteraction] Source

splits up the contents of the .md file generated by knitr::knit

data KnitOutput Source

Constructors

KnitAsIs String

has markup to be interpreted

KnitPrint String 
KnitWarning String 
KnitError String 
KnitImage String FilePath
![caption](pathToImage)

Instances