post_html_render_proc {PreKnitPostHTMLRender}R Documentation

Post HTML-Rendering Processing

Description

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.

Usage

post_html_render_proc(inhtml, outhtml = NULL)

Arguments

inhtml

- input file for be processed

outhtml

- output file name


[Package PreKnitPostHTMLRender version 0.1.0 Index]