Skip to content
Prev 156443 / 398506 Next

Suggestion: Re: Fatal error .RData

Hi.
On Thu, Sep 18, 2008 at 8:16 AM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
Curious:  I'm not sure I get it (and I'm sure the code has the
answer), but to open any file (on a file system) there must be a
filename.  I understand the case when you open a connection and then
pass the connection to another function where the a error occur, but
here it seems to know that the name is '.RData', or is that just
hardwired in the error message?  Are you saying that only then name is
passed by the path is unknown?   If R code, then the outer function
can use tryCatch() to catch errors.

If all this is implemented in cross platform R code, I can have a look
at it.  What functions are involved here?

/Henrik