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

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to