post_html_render_proc {PreKnitPostHTMLRender} | R Documentation |
Evaluates code chunks in between ' these code chunks with evaluated output captured using capture.output function. Typically, we want to insert an external HTML file and we can use ' This function will read in the external html file and replace this ' contents in the html file.
post_html_render_proc(inhtml, outhtml = NULL)
inhtml |
- input file for be processed |
outhtml |
- output file name |