Skip to content
Dan F edited this page Apr 15, 2017 · 3 revisions

A brief introduction:

repr creates image and text format data from objects (“representations”).

IRkernel provides the R kernel for Jupyter notebooks and consoles.

IRdisplay is an interface for going from an object to a table or image displayed in a Jupyter notebook:

library(IRdisplay)
display(obj)
display_html('<i>hi!</i>')
display_jpeg(file = 'filename.jpg')
Clone this wiki locally