| add_text {rrtable} | R Documentation | 
Add text to document
Description
Add text to document
Usage
add_text(
  mydoc,
  title = "",
  text = "",
  code = "",
  echo = FALSE,
  eval = FALSE,
  style = "Normal",
  landscape = FALSE
)
Arguments
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.  | 
[Package rrtable version 0.3.0 Index]