[R] Can I open an existing pdf file and attach result to it?

Duncan Murdoch murdoch.duncan at gmail.com
Mon Apr 8 21:11:58 CEST 2013


On 13-04-08 2:54 PM, Yuan, Rebecca wrote:
> Hello all,
>
> I would like to attach some results from R to an existing pdf file, can I do that through R?

R doesn't have built-in tools that can edit pdf files, but there are 
external tools (e.g. pdftk) that you can call from R.  The animations 
package has a pdftk() function that does some of the work for you.

Duncan Murdoch



More information about the R-help mailing list