Rev 87961 | 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 <- setdiff(ls(env), "sunspot.month") # don't want .names, nor "changing" onefor(f in d) {cat("\n** structure of dataset ", f, "\n", sep="")str(get(f, envir=env, inherits=FALSE))}