Displaying 1 result from an estimated 1 matches for "foo_ini".
Did you mean:
foo_int
2004 Aug 16
2
place 4 ini files
Dear expeRts,
I collect some lab specific functions for a package.
Some of this functions need initial data
(ini files written in R-code). My question is:
Where is the place in the package structure for such files;
how to load the files?
I think something like:
source(paste(R.home(),"/library/__pkg__/data/__.ini.R", sep=""))
looks a bit clumsy.
I haven't find something