knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The norwaynames package provides the following datasets
all
this dataset includes the sex, count, and proportion of births for each first name from 1880 - 2017. The data set includes all names with more than 4 instances in any given year. Names have an NA count or percentage if they were not in use in that year. Before 1945, the count of births with each first name was not recorded. Proportion of births with each first name is recorded every year. Source: Statistics Norway \n https://www.ssb.no/en/statbank/table/10467/
girls
this dataset includes the count, and proportion of births for each female first name from 1880 - 2017. The data set includes all names with more than 4 instances in any given year. Names have an NA count or percentage if they were not in use in that year. Before 1945, the count of births with each first name was not recorded. Proportion of births with each first name is recorded every year. Source: Statistics Norway \n https://www.ssb.no/en/statbank/table/10467/
boys
this dataset includes the count, and proportion of births for each male first name from 1880 - 2017. The data set includes all names with more than 4 instances in any given year. Names have an NA count or percentage if they were not in use in that year. Before 1945, the count of births with each first name was not recorded. Proportion of births with each first name is recorded every year. Source: Statistics Norway \n https://www.ssb.no/en/statbank/table/10467/
library(norwaynames) head(all)
You can install the most recent version of norwaynames from github:
install_github("ekothe/norwaynames")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.