How to load user defined functions written in another file
Hello,
I'm sorry for the silly question. Just found out how. Use 'source'.
Thanks for your time.
Saptarshi
On Oct 1, 2005, at 10:10 PM, Saptarshi Guha wrote:
Hello,
This is most probably basic, but i simply couldn't find the
answer.
I have written a function in a separate file multi.r, and would like
to load this into the R-IDE so that I can use my function.
How do i go about it?