A format suitable for standard letters, along a with a number of helpful extensions
linl(..., keep_tex = FALSE)Additional arguments to rmarkdown::pdf_document
A boolean toggle to select whether intermediate
LaTeX files are to be kept, defaults to FALSE
R Markdown output format to pass to
render
Various aspects of the letter can be customized by setting the following variables in the document metadata:
addressName and address of the recipient; takes a list for a multi-line address.
authorWriter of the letter; can take a list for a multi-line signature.
blockquoteChanges style of block quotations to match bootstrap (requires the mdframed package).
ccRecipients to be carbon-copied; can take a list for multiple recipients.
closingText for the complementary close.
closing-indentationAmount for closing signature block to be intended from left margin.
dateCustom date, and the current date will be automatically inserted if not specified.
enclList of enclosures.
inline-linksPrint links as standard inline hyperlinks rather than footnotes.
letterheadImage file to be used as letterhead (requires the wallpaper package), applied only to the first page.
openingText for the salutation.
psText to be added at the end of the letter as a postscript.
return-addressAddress of the sender: takes a list to allow a multi-line address.
signatureImage file for a signature.
signature-before, signature-afterAllows adjustment of vertical space surrounding signature.
The vignette source shows several of these options in use.
JJ Allaire, R Foundation, Hadley Wickham, Journal of Statistical Software, Yihui Xie, Ramnath Vaidyanathan, Association for Computing Machinery, Carl Boettiger, Elsevier, Karl Broman, Kirill Mueller, Bastiaan Quast, Randall Pruim, Ben Marwick, Charlotte Wickham, Oliver Keyes and Miao Yu (2017). rticles: Article Formats for R Markdown. R package version 0.4.1. https://CRAN.R-project.org/package=rticles
JJ Allaire, Joe Cheng, Yihui Xie, Jonathan McPherson, Winston Chang, Jeff Allen, Hadley Wickham, Aron Atkins, Rob Hyndman and Ruben Arslan (2017). rmarkdown: Dynamic Documents for R. R package version 1.6. https://CRAN.R-project.org/package=rmarkdown
Yihui Xie (2017). knitr: A General-Purpose Package for Dynamic Report Generation in R. R package version 1.17.
Aaron Wolen (2017). pandoc-letter. GitHub Repository. https://github.com/aaronwolen/pandoc-letter.
# NOT RUN {
rmarkdown::draft("MyLetter.Rmd", template = "pdf", package = "linl")
rmarkdown::render("MyLetter.Rmd")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab