Is it possible to customize the RStudio toolbar to add custom buttons?

Is there an easy way to add custom buttons to the R GUI to do some specific tasks?

For example, imagine that I want to add the two buttons (green and yellow) you can see on the image below. Then I want to associate one different function to each of them. The first function will print out on the console: "Hello" and the second function will print out: "World".

Is this possible?

Thanks!

Unfortunately no -- it is not possible to extend RStudio in this way currently.

thanks @kevinushey, maybe in the future.

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