Skip to content
Prev 39573 / 63421 Next

datalist and data objects in R Package building

On 24.03.2011 16:51, andrew stewart wrote:
If you want just one object "foo", then prpare a list

foo <- list(bar1,...)

that contains the 4 objects bar1, ... .
You can load that objects and access the list components afterwards.

I think you misunderstood the data concept: You can save objects and 
load them if the package is installed. That's it.

Best,
Uwe Ligges