eclipse - Stop execution without quitting console -


Does anyone know how to stop the program execution without exiting the R console? I can simply call q ("no") but actually looking for something like the throws thrown in to stop execution, but leave the console active. You can use the function:

  stop ()        < / Html>

Comments