Description Usage Format Function ID Source See Also Examples
A dataset that presents yearly, total populations of countries. Total
population is based on counts of all residents regardless of legal status or
citizenship. Country identifiers include the English-language country names,
and the 2- and 3-letter ISO 3166-1 country codes. Each row contains a
population
value for a given year
(from 1960 to 2017). Any NA
values
for populations
indicate the non-existence of the country during that year.
1 |
A tibble with 12470 rows and 5 variables:
Name of the country
The 2-letter ISO 3166-1 country code
The 3-letter ISO 3166-1 country code
The year for the population estimate
The population estimate, midway through the year
11-1
https://data.worldbank.org/indicator/SP.POP.TOTL
Other Datasets:
exibble
,
gtcars
,
pizzaplace
,
sp500
,
sza
1 2 3 | # Here is a glimpse at the data
# available in `countrypops`
dplyr::glimpse(countrypops)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.