Hi 
can you please tell me how to quit R script & return to R prompt.
As i tried following but still cannot able to return on to R prompt..

R> barplot(Forbes2000$profits)
R> barplot(xtab(`profits,data=Forbes2000))
+ barplot(xtab(~profits,data=Forbes2000))
+ )
+ Q()
+ ?barplots
+ 
+ 
+ 
+ 
+ barplot?
+ ?
+ ??
+ ????
+ stop()
+ exit()
+ 
+ 
+ ctrl+c
+ q()
+ 
I'm beginner in R & trying to learn....

Thanks & Regards

Amitesh



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

______________________________________________
R-help@r-project.org 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