~/.Rprofile

You could also write in .Rprofile soemthing like this:

for (x in dir("Mylibrary",full.names=T,recursive=T))
  source(x)

where "Mylibrary" is a directory which
contains your functions without making a package.

Josef Eschgf�ller
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to