On 10/1/2007 8:47 AM, Bernd Stampfl wrote: > ERRORLOG > > Just wanted to import a bulk of data into R via BLOOMBERG. > > And it crashed. > > Is there any useful "something" like an ERRORLOG? > > Checked the web but did not get useful information.
If by "crashed" you don't mean crashed, then traceback() will tell you where the error occurred. If R really crashed, then it's harder. I'd talk to the maintainer of the package you were using for the import to find out how to debug. Duncan Murdoch ______________________________________________ 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.