Skip to content
Prev 39575 / 63424 Next

datalist and data objects in R Package building

On 28.03.2011 17:49, andrew stewart wrote:
Then just apply data() on all data names in your package or bundle the 
data in lists. If you want to load all data object all the time you load 
your package, I'd recommend to enable lazy loading of the data, so you 
do not need to explicitly load by data are loaded on demand.

Best,
Uwe Ligges