0
Hello! I need to create a graphical interface capable of running R scripts already ready and look for suggestions of what tools I can use. The scripts are complex and serve basically to process images via satellites. The interface would be very simple, with a button for each script. So far I only tried to work with Java, through an integration between the two languages, using Rserve, which is a TCP/IP, but I did not get as good as expected results.
See if the answer and the comment of this question clarifies your doubt.
– gato
This seems simple to implement with Shiny.
– José
Possible duplicate of Creation of graphical user interface in R
– Guilherme Parreira