Skip to content
Prev 10919 / 63421 Next

Accessing data files w/ --use-zip-data

Jeff Gentry wrote:

            
I do this in some instances where I have data in a format not supported 
by data(), for example,  database files that are used by package 
programs or tests (but I have always wondered if it is "the right" thing 
to do).  If it is considered a Bad Thing then there needs to be another 
location for files like this, perhaps inst/data or something like that.

Paul Gilbert