IRdisplay
IRdisplay copied to clipboard
IRdisplay::display_pdf not showing any output
I am trying to display pdf in the Google Colaboratory environment.
When I ran:
library(IRdisplay) display_pdf(file='test.pdf')
The R notebook returned nothing.
I had correct pdf format file in the file system, and all other functions display_png, display_jpeg, display_svg worked for me.