Thank You Sarah! With your help, I was able to use the .Last function along with
options (error = .Last) to get what I wanted. So basically the new code that I need to add to my process looks like: .Last <- function() { cat("File Completed - WPS2R1 \n",file = "D:\\WPSWork\\WPS Temporary Data\\_TD7204\\WPS2R.sem ",append=TRUE) } options (error = .Last) Philip Rack MineQuest, LLC SAS & WPS Consulting and WPS Reseller Tel: (614) 457-3714 Web: www.MineQuest.com Blog: www.MineQuest.com/WordPress -----Original Message----- From: Sarah Goslee [mailto:sarah.gos...@gmail.com] Sent: 12/20/2008 9:40 AM To: PhilRack Cc: r-help@r-project.org Subject: Re: [R] Calling an R Exit Function What about .Last() ? You can implement a system-wide version - I'm assuming that is possible on Windows. Sarah On Sat, Dec 20, 2008 at 8:52 AM, PhilRack <philr...@minequest.com> wrote: > > I'm looking for advice and suggestions on how I might be able to implement a > routine when R exits. First, I'm running on Windows XP SP2 using R 2.7.1.[...] -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ 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.