Using Alternative PDF Reader with R Studio

What is the proper way to configure R Studio to use an alternative PDF reader ?

I have tried this:

Sys.setenv(R_PDFVIEWER = "/Applications/Skim")

But this seems to not work ... I have also tried placing this application in the R Studio working home directory found by:

> Sys.getenv('HOME')
[1] "/Users/toohru"

And still only the default view pops up.

Thanks for the support in advance !

-toohru

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.