Skip to content
Back to formatted view

Raw Message

Message-ID: <E47544FC-8E84-4273-84B5-183C81F8822C@pobox.com>
Date: 2005-10-02T03:23:31Z
From: Saptarshi Guha
Subject: How to load user defined functions written in another file
In-Reply-To: <DA890603-310A-4981-B62E-85D47A3DA537@pobox.com>

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?