Interface or Select menu
er MIMI & piki PIKINHA wrote:
Hello, I?m spanish student, and I?m making the finish project of computer science. I?m working in R and I need create a Interface which allow me select diferents execution options (similar to a menu) . Is posible to create this menu,or interface, with R? or I have create this interface with other language. Thank you very much, and I hope that you understand my english.
You mean like a GUI? There are many GUI packages in R, probably the simpler is the tcltk package. Alberto Monteiro