Skip to contents

is_who_member_large() takes in a vector of ISO3 codes and returns a logical vector on whether that country is a large WHO member state or not. In this instance, large 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_large(iso3)

Arguments

iso3

Character vector of ISO3 codes.

Value

Logical vector.