How can I get a user input from Excel in R dynamically?

87 Views Asked by At

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

1

There are 1 best solutions below

0
Karan Parmar On

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).