Skip to content
Prev 313987 / 398506 Next

Problem loading .r file

I think your immediate problem is that you are asking this particular question in the wrong forum. It appears that you are following instructions (in a book? a class?) and you need to direct your questions to the author of those instructions.

You may find it helpful to know:

a) The load function does not work on R source code files (.R) but on R data files (.rda or .RData).
b) You can (and most likely should) open .R files in the text editor of your choice and start reading.
c) There is a Posting Guide for this mailing list mentioned at the bottom of this and every other email from this list.
d) There is a well-written Introduction to R pdf document supplied with the R software.
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Christofer Bogaso <bogaso.christofer at gmail.com> wrote: