Displaying 1 result from an estimated 1 matches for "node71".
Did you mean:
node1
2009 Jun 08
1
Good Programming Practice Question - Functions in Different Files
...st way to load those functions in the top level script?
For example, in the top level script
Line#
01 source("FunctionsFile.R")
02
03 callfunctionfromfunctionfile(...)
Thanks for any feedback and insights.
Also, I found the following:
http://www.stat.auckland.ac.nz/~paul/ItDT/HTML/node71.html
But are there other guides out there that speak to good practices when developing in R?