r - Possible to cancel a command that is queued to run, but that has not yet run? -


i've got script take few hours longer run. meanwhile, open different r script work on else. forgot open new r console tab (i use rgedit), , accidentally did rm(list=ls()) second script. forget whether of relevant output long script saved, , want cancel commands in queue. there way this?

here silly example illustrates point:

>x = "something important" >sys.sleep(1000) rm(x) #oh no!  don't want remove x!  how stop before command runs??!? 


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -