Saptarshi Guha
2005-Oct-02 03:10 UTC
[R] How to load user defined functions written in another file
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? Thank you in advance. Saptarshi Saptarshi Guha|sapsi at pobox.com|http://blue.chem.psu.edu/~saptarshi
Saptarshi Guha
2005-Oct-02 03:23 UTC
[R] 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?