Skip to content
Prev 172518 / 398502 Next

How to reuse my self function?

Hi,

You can use the source() function to load functions from other files, like:

source("test1.R")

cheers,
Paul
Chang Jia-Ming wrote: