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!