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

Safe HaskellSafe-Inferred

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