View source: R/utils-conversion.R
rst2pdf | R Documentation |
Convert reST to PDF using rst2pdf
(which converts from rst to PDF
using the ReportLab open-source library).
rst2pdf(input, command = "rst2pdf", options = "")
input |
The input rst file. |
command |
Character string giving the path of the
|
options |
Extra command line options, e.g. |
An input file ‘*.rst’ will produce ‘*.pdf’ and this output filename is returned if the conversion was successful.
Alex Zvoleff and Yihui Xie
https://github.com/rst2pdf/rst2pdf
knit2pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.