Rev 40012 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#### Simple integrity tests of the system datasetsoptions(useFancyQuotes=FALSE)env <- as.environment("package:datasets")d <- ls(env) # don't want .namesfor(f in d) {cat("\n** structure of dataset ", f, "\n", sep="")str(get(f, envir=env, inherits=FALSE))}