We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A brief introduction:
repr creates image and text format data from objects (“representations”).
repr
IRkernel provides the R kernel for Jupyter notebooks and consoles.
IRkernel
IRdisplay is an interface for going from an object to a table or image displayed in a Jupyter notebook:
IRdisplay
library(IRdisplay) display(obj) display_html('<i>hi!</i>') display_jpeg(file = 'filename.jpg')