display_pdf {IRdisplay}R Documentation

Display PDF output

Description

Either data or file must be passed.

Usage

display_pdf(data = NULL, file = NULL, width = NULL, height = NULL)

Arguments

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


[Package IRdisplay version 0.4.3 Index]