I created a spinbox in a "R" GUI by means of the "tcltk2" library
my_ratio <- tk2spinbox(my_window, from = 1, to = 10, increment = 1)
How can I give the value of the selection to a "R" numeric variable?
I created a spinbox in a "R" GUI by means of the "tcltk2" library
my_ratio <- tk2spinbox(my_window, from = 1, to = 10, increment = 1)
How can I give the value of the selection to a "R" numeric variable?
Copyright © 2021 Jogjafile Inc.
Philippe Grosjean, the author of tcltk2, gently showed me how to do it with the following snippet: