2

I want to send an output file to a printer directly from within R.

Example: Printing a pdf file generated from R script.

Are there any specific packages or functions which can be useful in this case?

Chilly
  • 21
  • 3
  • 2
    I think you'd need to use `system` or `shell.exec` and interact with the command line. This would be operating system and printer driver specific. Here's a post about printing from the command line that may be useful: http://stackoverflow.com/questions/19124808/printing-pdfs-from-windows-command-line – Tyler Rinker Aug 30 '14 at 21:24

0 Answers0