Posts by Rita • 21 points
2 posts
-
2
votes1
answer78
viewsQ: Error with interactive menu function when running block code
I have a line of code that asks for a number requested from the user like this: menu(c('1','2','3'), title='Escolha um número:') But it is part of a program that uses this requested number in…
-
0
votes0
answers87
viewsQ: Make R wait for user
I have a complete program in R, where you first ask the user for a number, using the menu function: menu(c('1','2','3'),title='Escolha um numero') Then, a few lines of code below, this chosen number…