Learn R Programming

httpgd (version 1.3.1)

hgd_renderers: httpgd device renderers.

Description

Get a list of available renderers. This function will only work after starting a device with hgd().

Usage

hgd_renderers(which = dev.cur())

Value

List of renderers with the following named items: $id: Renderer ID, $mime: File mime type, $ext: File extension, $name: Human readable name, $type: Renderer type (currently either plot or other), $bin: Is the file a binary blob or text.

Arguments

which

Which device (ID).

Examples

Run this code
hgd()

hgd_renderers()

dev.off()

Run the code above in your browser using DataLab