Displaying 1 result from an estimated 1 matches for "tp24100485p24100485".
2009 Jun 19
1
namespace? environment? how to manage functions?
...are
saved in
different files.
Anybody has any suggestion? Thx~
## test code ##
abc <- new.env()
abc$tmpf <- function() print('hello, world!')
attach(abc)
abc$tmpf()
tmpf()
--
View this message in context: http://www.nabble.com/namespace--environment--how-to-manage-functions--tp24100485p24100485.html
Sent from the R help mailing list archive at Nabble.com.