Re: [R] invoking user-defined function

2008-11-25 Thread Kinoko
Philipp, thanks for the tip. source("path-to-my-script") did the trick. On Nov 25, 5:25 pm, Philipp Pagel <[EMAIL PROTECTED]> wrote: > On Mon, Nov 24, 2008 at 11:35:37PM -0800, Kinoko wrote: > > Can somebody tell me how to invoke user-defined functions from script > > files during run-time?

Re: [R] invoking user-defined function

2008-11-25 Thread Philipp Pagel
On Mon, Nov 24, 2008 at 11:35:37PM -0800, Kinoko wrote: > Can somebody tell me how to invoke user-defined functions from script > files during run-time? > Basically I have (almost) one function per script file. > > I am thinking of something like > > #include in C++ > import in Java/Python

[R] invoking user-defined function

2008-11-24 Thread Kinoko
Dear list, Can somebody tell me how to invoke user-defined functions from script files during run-time? Basically I have (almost) one function per script file. I am thinking of something like #include in C++ import in Java/Python use in Perl No, I don't need my functions every t