I am looking to create GUI that takes in a few inputs from the user (for example gender, age, and race as clickable categories), then assigns a user ID to each input (which would be displayed as the output in the GUI). Under the hood would be a dataset that the GUI is creating with this user input (In this example, it would be 4 variables: user ID, gender, age, and race).
Has anyone created a GUI like this before? Any R package or code recommendations?
Thanks!
There are lots of ways to do this. Here is one using the add-on package gWidgets. Should work with either RGtk2 or tcltk backends.