Skip to content

[Bioc-devel] data package

2 messages · John Lande, Sean Davis

#
On Feb 7, 2008 9:20 AM, John Lande <john.lande77 at gmail.com> wrote:
You probably want to read up on using system.file() for the above, but
I'm not sure that is what you are looking for as a final solution.
You probably want to use the "data" subdirectory to store your
files/objects.  Then, you can load them using the data() command.  The
"Writing R Extensions Manual" has some details:

http://cran.r-project.org/doc/manuals/R-exts.html#Package-subdirectories

Hope that helps.

Sean