Skip to content
Prev 66231 / 398503 Next

menu() and commands assigned to choices ->break out a repeat loop so that the next code lines to be read

Guillaume STORCHI wrote:

            
>
With the parantheses correct you get

   switch(menu(c("continue to select points","modelling")), next, break)

which seems to work ...

Uwe Ligges