[R] packages & data-sets

Meinhard Ploner meinhardploner at gmx.net
Thu Jun 17 11:26:18 CEST 2004


It's possible to create a package with functions and data,
from which the use

library(pkg-name)

"attaches" not only the functions, but also the data?
I want avoid to use

data(dataset, package="name")

because this makes a global copy of the data-set ...

Anyone could help me?

Meinhard




More information about the R-help mailing list