How to create GUI for an R script?

Dear All,

I created an R script in RStudio and I would like to create a Graphical User Interface. I tried to instal RGG but unfortunately, RGG is not available. I have sent the error message to R-Forge developers. I have experience in NetBeans Java JFrame. Is it possible to use R script in NetBeans to create GUI or I should write Java project from this R script with rJava?

1 Like

As an alternative you could create the GUI using a shiny app.

https://shiny.rstudio.com/

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.