[R] How to quit R script & return to R prompt

Bart Joosen bartjoosen at hotmail.com
Thu Oct 25 11:07:25 CEST 2012


you can see it goes wrong at:
> barplot(xtab(`profits,data=Forbes2000)) 

You typed a ` without closing it:
barplot(xtab(`profits`,data=Forbes2000)) 

anyway: pushing the escape button should also return you to the R-prompt (at
least on a Windows platform)






--
View this message in context: http://r.789695.n4.nabble.com/How-to-quit-R-script-return-to-R-prompt-tp4647376p4647382.html
Sent from the R help mailing list archive at Nabble.com.




More information about the R-help mailing list