My goal is to omit all the hard work done in R into a simple "click" function in Excel. More precisely, I'm currently trying to make the following:
- Create a button in Excel (VBA?)
- Press the button (Hence run the R script doing the computational analysis)
- Obtain the output in Excel (both estimated values/parameters + graph)
Thus R has done all the work but but it's a black box. The only thing I want to see is Excel and the only thing I want to pres is a button in Excel -- a "user friendly" solution

I've tried with RExcel but it has too much clicking back and forth e.g. mark an area, right click, press run etc. which simply doesn't automatize the desired work.
EDIT: I'm trying to avoid VBA hence the Excel focus.