IRkernel {IRkernel}R Documentation

An R kernel for Jupyter.

Description

Jupyter speaks a JSON+ZMQ protocol to a 'kernel' which is responsible for executing code. This package is a kernel for the R language.

Options

The following can be set/read via options(opt.name = ...) / getOption('opt.name')

jupyter.rich_display

Use more than just text display

jupyter.result_mimetypes

The formats emitted when any return value is to be displayed (default: all mimetypes listed here)

jupyter.plot_mimetypes

The plot formats emitted to the frontend when a plot is displayed. (default: image/png, application/pdf, and image/svg+xml)


[Package IRkernel version 0.6 Index]