pre_knit_proc {PreKnitPostHTMLRender} | R Documentation |
Pre-knitting Processing
Description
Evaluates code chunks which are marked as between adjacent lines of @@s. Replace these code chunks with evaluated output captured using capture.output function.
Usage
pre_knit_proc(infile, outfile = NULL)
Arguments
infile |
- input file for be processed |
outfile |
- output file name |
[Package PreKnitPostHTMLRender version 0.1.0 Index]