display_pdf {IRdisplay} | R Documentation |
Either data or file must be passed.
display_pdf(data = NULL, file = NULL, width = NULL, height = NULL)
data |
The PDF data as a raw vector |
file |
The path to a PDF file or a connection |
width |
The width to display the document |
height |
The height to display the document |