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

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

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

android - How to create dynamically Fragment pager adapter -