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 user interface for going from object to a table or image displayed in jupyter notebook:

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