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.

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to