as.latex {statquotes} | R Documentation |
Coerces statquote objects to strings suitable for LaTeX
Description
This function coerces statquote objects to strings suitable for rendering in LaTeX.
Quotes and (potential LaTeX) sources are placed within suitable "epigraph
" output
format via the sprintf
function.
Usage
as.latex(quotes, form = "\\epigraph{%s}{%s}\n\n", cite = TRUE)
Arguments
quotes |
an object of class |
form |
structure of the LaTeX output for the text (first argument)
and source (second argument) passed to |
cite |
logical; should the |
Value
character vector of formatted LaTeX quotes
Author(s)
Phil Chalmers
See Also
as.data.frame.statquote
, as.markdown
Examples
ll <- search_quotes("Tukey")
as.latex(ll)
[Package statquotes version 0.3.2 Index]