问题
I have .Rnw file which generates me a report. In RStudio you compile it with button 'Compile PDF'.
But is there a way to compile this file with command in script and pass one character variable?
I tried to use function knit() but it only produces .tex file and I would like to obtain also pdf.
Thanks for your help in advance!
回答1:
The function knit2pdf
in the knitr
package does the trick ;)
来源:https://stackoverflow.com/questions/32115713/compile-rnw-file-with-command