I am fairly new to R but I am struggling to run this using the CRAN development environment (R: 3.4.0). I want to be able to run scripts (in one go rather than line by line) that request two numbers to be inputted in at the console window. I have used readline as many posters have recommended elsewhere. The problem is, readline doesn't wait for user input; I'd expected, as was suggested in answers and documentation elsewhere, that this would …
r ×1