How to run a script at the end of RStudio initialization?

I want to use my browser instead of the viewer integrated in RStudio.

In order to do that one can do:

options(viewer = NULL)

I have added this line inside my .Rprofile file but this option seems to be modified by RStudio after reading the profile script.

Is there a way to automatically run a script after the complete initialization of RStudio?

This topic was automatically closed 21 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.