> I'm running R 1.9.1 and trying to load a macro I've written.  It gives the e
> Error: bad restore file magic number (file may be corrupted)-- no data
> loaded

You probably want to use source() here, if you have the code in a
file.  The load() command is for use with stuff saved via the
save() command.

-J

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to