public
Description: A R package for splitting, applying and combining large problems into simpler problems
Homepage: http://had.co.nz/plyr
Clone URL: git://github.com/hadley/plyr.git
hadley (author)
Thu Oct 29 17:29:50 -0700 2009
commit  aac3c938815787948eb3732967bb4926d8774378
tree    8ca39fd6714561c83a0eb424370b1744f385649c
parent  2686e4f9d64eda02c5dfc3bb17b2dda6dbac15a5
plyr / load.r
100644 7 lines (4 sloc) 0.215 kb
1
2
3
4
5
6
7
library(plyr, warn.conflicts = FALSE)
 
frame_files <- compact(llply(sys.frames(), function(x) x$ofile))
PATH <- dirname(frame_files[[length(frame_files)]])
 
lapply(dir(file.path(PATH, "R"), full.name=TRUE), source)