If I start a computation in R, how can I interrupt it? I' using R 2.1.0. Thanks for your help, Lothar
On 8/22/06, Lothar Schmid <lothar.schmid at googlemail.com> wrote:> If I start a computation in R, how can I interrupt it? > I' using R 2.1.0.Hi Lothar, What do you mean by "interrupt" - cancel completely and return to the prompt? Or pause, then resume? Your operating system would be helpful too. If the former, try Esc on Windows or Ctrl-C on Linux. If the latter, Ctrl-Z will send your R session to the background on Linux, and fg will bring it back. I don't think there's a Windows equivalent. Sarah -- Sarah Goslee http://www.stringpage.com
Lothar, Which system do you use? Windows, Linux, Mac? Stefan Lothar Schmid schrieb:> If I start a computation in R, how can I interrupt it? > I' using R 2.1.0. > > Thanks for your help, > > Lothar > > ______________________________________________ > R-help at stat.math.ethz.ch 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. > > >