rst2pdf {knitr} | 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 |
a character string which gives 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