I'm using Excel to call a script in R. R eventually generates a graph, on the basis of which I want the user to be able to see and give an input. Is there any way to get an input into R from Excel during runtime?
Thanks
I'm using Excel to call a script in R. R eventually generates a graph, on the basis of which I want the user to be able to see and give an input. Is there any way to get an input into R from Excel during runtime?
Thanks
So I found a solution. I ran a shell script that called a vbs that invoked a different workbook that ran a vba code that called the original workbook I wanted to work with while R checked the contents of the new workbook until they were changed(which is when the input box was filled in the original workbook).