add_text: Add text to document

View source: R/add_2ggplots.R

add_textR 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.


rrtable documentation built on April 5, 2022, 9:08 a.m.