Learn R Programming

blocking (version 1.0.1)

foreigners: Fictional 2024 population of foreigners in Poland

Description

A fictional data set of the foreign population in Poland, generated based on publicly available information while maintaining the distributions from administrative registers.

Usage

foreigners

Arguments

Format

A data.table with 110000 records. Each row represents one record, with the following columns:

  • fname -- first name,

  • sname -- second name,

  • surname -- surname,

  • date -- date of birth,

  • region -- region (county),

  • country -- country,

  • true_id -- person ID.

Examples

Run this code

data("foreigners")
head(foreigners)

Run the code above in your browser using DataLab