Skip to content
Prev 311773 / 398503 Next

function call from another r file

If you want to handle a generic case, best thing is to create an R
package. It is
much easier to manage that using source(), if you have lots of
different functionality
and data files. Also look at ?system.file.

On Sat, Nov 24, 2012 at 7:49 AM, Jeff Newmiller
<jdnewmil at dcn.davis.ca.us> wrote: