foreigners | R Documentation |
A fictional data set of the foreign population in Poland, generated based on publicly available information while maintaining the distributions from administrative registers.
foreigners
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.
data("foreigners")
head(foreigners)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.