add_text {rrtable} | R Documentation |
Add text to document
add_text(
mydoc,
title = "",
text = "",
code = "",
echo = FALSE,
eval = FALSE,
style = "Normal",
landscape = FALSE
)
mydoc |
A document object |
title |
An character string as a plot title |
text |
text string to be added |
code |
An R code string |
echo |
logical Whether or not show R code |
eval |
logical whether or not evaluate the R code |
style |
text style |
landscape |
Logical. Whether or not make a landscape section. |