Hi there,
I'm currently using knitr to generate an html file, however the output of
my code is in a font size that's larger than I desire. I've been looking
through various options for controlling the font size of the code results,
such as the knitr manual, opts_chunk, and latex.
The actual code itself is not being outputted as desired (I set echo=FALSE
intentionally). However, I wish to make the results of executing the code a
couple of font sizes smaller. I'll likely wish to have all code output
chunks be smaller, so a global setting is fine, though I would also
appreciate understanding how to control it at the chunk level as well.
Does any one have a recommendation on how to do this? Lots of discussion on
Google, but I don't see any tangible results. I'm still pretty new to R
however.
Thanks in advance.
--
Jeff
[[alternative HTML version deleted]]
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.