Displaying 1 result from an estimated 1 matches for "myfuncions".
Did you mean:
myfunctions
2006 Jun 19
3
can I call user-created functions without source() ?
...have not found a way of doing the same
thing in R. I have resorted to using source() on symlinks located in the
current directory. Not very satisfactory.
I looked at the R homepage and considered making a "package" of my
commonly used functions so that I can call them in one go:
library(myFuncions, lib.loc="/path/to/library") Perhaps this is the only
solution but the docs on the web make the process seem rather
complicated--I only have a few script files I want to call! Surely
there's a straightforward solution?
How have other people solved this problem? Perhaps someone has a...