R/data.R

#' Example Educational Data (2022)
#'
#' A small sample dataset containing the number of students per German state (Länder) for the year 2022.
#'
#' @format A data frame with 16 rows and 4 columns:
#' \describe{
#'   \item{Year}{The year of observation (2022)}
#'   \item{ARS}{Administrative regional code (2-digit code for German states)}
#'   \item{Name}{Name of the German state}
#'   \item{nStudents}{Total number of secondary school students in each state}
#' }
#'
#' @source Statistisches Bundesamt (Destatis), Genesis-Online; Data licence dl-de/by-2-0 [https://www.govdata.de/dl-de/by-2-0]
"nstudents2022"

Try the DEplotting package in your browser

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

DEplotting documentation built on June 8, 2025, 12:59 p.m.