is_who_member_small: Get WHO small state membership status from ISO3 codes.

View source: R/member_states.R

is_who_member_smallR Documentation

Get WHO small state membership status from ISO3 codes.

Description

is_who_member_small() takes in a vector of ISO3 codes and returns a logical vector on whether that country is a small WHO member state or not. In this instance, small member states are defined as member states with a total population <= 90,000 in mid-year 2018, according to the World Population Prospects.

Usage

is_who_member_small(iso3)

Arguments

iso3

Character vector of ISO3 codes.

Value

Logical vector.


caldwellst/whotilities documentation built on Aug. 30, 2022, 2:15 a.m.