display_jpeg: Display JPEG output
Description
Either data or file must be passed.
Usage
display_jpeg(data = NULL, file = NULL, width = NULL, height = NULL)
Arguments
data
The JPEG data as a raw vector
file
The path to a JPEG file or a connection
width
The width to display the image
height
The height to display the image