Description Usage Arguments Details Author(s)
Places TeX code from a file into a TeX document. Text is placed within a verbatim environment. For HTML documents, a verbatim-like environment is created
1 | lazy.insert.code(file, prompt.symbol = options()$prompt, lines)
|
file |
Filename containing the code to be inserted |
prompt.symbol |
Character to be placed at the left most side of the page. Defaults to the system's current prompt symbol |
lines |
A vector giving the lines in |
Text is inserted in a verbatim environment to preserve
whitespace. This function is performed better by Sweave
and knitr
. Those packages will also display any result
printed by the code. This function will not display results.
With HTML, the font family is set to monospace, and the font is set to courier. All of the spaces are replaced with a non-breaking space to preserve the white space in the code.
Benjamin Nutter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.