R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("The learningtower package provides data from OECD PISA database.
For size reasons only a small subset is provided in the package.
Use the function load_student() to access the full data.")
}

Try the learningtower package in your browser

Any scripts or data that you put into this service are public.

learningtower documentation built on March 7, 2023, 5:28 p.m.