You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RStudio can display the PDF file generated from markdown/quarto documents in the "Viewer" window, but does not appear to provide a mechanism to do so for other PDF files.
I would like to be able display existing PDF files, or files that I have created programmatically in R, within the Rstudio "Viewer" window.
Please provide a mechanisem, perhaps vie rstudioapi::viewer() to render PDFS in the "Viewer" window.
The text was updated successfully, but these errors were encountered:
Are you using Quarto or RMarkdown or wanting to open arbitrary PDF files?
Yes to all three. I have legacy RMarkdown, as well as Quarto files, I also create PDFs from HTML generated from both of these, finally I have PDFs generated elsewhere that I need to view.
@warnes thank you so much for this feature suggestion we will review this request in our future release planning to see how we could implement something like this.
RStudio can display the PDF file generated from markdown/quarto documents in the "Viewer" window, but does not appear to provide a mechanism to do so for other PDF files.
I would like to be able display existing PDF files, or files that I have created programmatically in R, within the Rstudio "Viewer" window.
Please provide a mechanisem, perhaps vie
rstudioapi::viewer()
to render PDFS in the "Viewer" window.The text was updated successfully, but these errors were encountered: