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 user interface for going from object to a table or image displayed in jupyter notebook:
IRdisplay
library(IRdisplay) display(obj) display_html('<i>hi!</i>') display_jpeg(file = 'filename.jpg')