[R] How can I call a function from within another funcion?

2006-05-05 Thread dt Excellent
I have a main function, say A, on C:/MYFILES. Function A needs to call another function, say B, which resides on the previous path. Gould anybody please tell me what command to use to do this? Many thanks -

Re: [R] How can I call a function from within another funcion?

2006-05-05 Thread Uwe Ligges
dt Excellent wrote: I have a main function, say A, on C:/MYFILES. Function A needs to call another function, say B, which resides on the previous path. Gould anybody please tell me what command to use to do this? Functions have to be defined in R. Where corresponding files (containing