toLatex | R Documentation |
These methods convert R objects to character vectors with BibTeX or LaTeX markup.
toBibtex(object, ...) toLatex(object, ...) ## S3 method for class 'Bibtex' print(x, prefix = "", ...) ## S3 method for class 'Latex' print(x, prefix = "", ...)
object |
object of a class for which a |
x |
object of class |
prefix |
a character string which is printed at the beginning of each line, mostly used to insert whitespace for indentation. |
... |
in the print methods, passed to |
Objects of class "Bibtex"
or "Latex"
are simply
character vectors where each element holds one line of the
corresponding BibTeX or LaTeX file.
citEntry
and sessionInfo
for examples
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.