How do I break out of an R command -


i'm trying break out of r session when i've accidentally entered incorrect command. consider captured text the r session:

json2["] + "" + " error: unexpected string constant in: """ ""

i accidentally typed json["] , r interpreter sees incomplete command, , cycles me through line continuation prompt, plus '+" symbol, not want or need.

i have try , complete invalid command regain control of console. want set of keystrokes break out of process, similar ctrl-c in terminal session.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -