R/data.R

#' CPR numbers for testing.
#'
#' A dataset containing the list of CPR numbers used for testing calculation
#' of date of birth and gender.
#'
#' @format A data frame with 30 rows and 3 columns.
#' \describe{
#'   \item{cpr}{CPR number}
#'   \item{dob}{Date of birth}
#'   \item{gender}{Gender, 0 = female, 1 = male}
#'   ...
#' }
#' @source \url{http://medcom.dk/opslag/koder-tabeller-ydere/tabeller/nationale-test-cpr-numre}
"test_cpr"

Try the cprr package in your browser

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

cprr documentation built on May 2, 2019, 9:16 a.m.