Hi,
I need to create a GUI to run the SAS program available in the UNIX/Linux server. At the beginning I have started with Python. But, recently my organization is planning to move from SAS to R slowly. So, I taught to create GUI using the R instead of Python.
In the online, I found that RShiny would be handy to create the GUI.
Can some one help me on creating a GUI to
- List out the Programs available on a selected location.
- Based on the selection from the available list run the SAS program and generate the output. Whether it can be a sas listing/sas dataset/any other.
Thanks in Advance,
Venkat.