Dear all, I would like to show a warning when a data file, that is embedded in the package, is loaded. I have so far not been able to find any manual or mailing list going on about that.
In code example: library("myPackage") data("myData") # Now I want a warning containing info about this loaded 'myData' file It would be great if someone could indicate if this is at all possible, and if so, how to embed it (or where I can read how to do it). Many thanks in advance, Niels ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.