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