wpp.by.country: Selection by Country and Year

Description Usage Arguments Value See Also Examples

Description

Filtering indicators by given countries and year.

Usage

1
2
3
4
5

Arguments

data

Data frame as returned by wpp.indicator.

country

alpha-2 ISO 3166 country code.

countries

Vector of alpha-2 ISO 3166 country codes.

year

Year. For vital rates with 5-years time period, currently it is the end year of the time period.

Value

A data frame filtered by the input arguments.

See Also

wpp.indicator

Examples

1
2
median.mig <- wpp.indicator("mig")
mig.germany.2050 <- wpp.by.country(wpp.by.year(median.mig, 2050), 'DE')

PPgp/wppExplorerBayesMig documentation built on May 7, 2019, 11:52 p.m.