Thin wrappers that put a provider's data on the ISO spine. Each is
Suggests-gated on that provider's own client package – countryatlas does
not reimplement any of them. All four are registered as sources, so the usual
route is fetch_indicator()("owid", ...) rather than calling these
directly; they are exported because calling them directly is sometimes what
you want.
Usage
fetch_owid(indicator, countries = NULL, years = NULL, ...)
fetch_eurostat(indicator, countries = NULL, years = NULL, ...)
fetch_oecd(indicator, countries = NULL, years = NULL, ...)
fetch_comtrade(indicator, countries = NULL, years = NULL, ...)Which provider needs what
| Adapter | Needs | Notes |
fetch_owid() | owidR | Our World in Data; indicator is an OWID chart slug |
fetch_eurostat() | eurostat | European coverage only; geo codes are harmonised to iso3c |
fetch_oecd() | OECD | indicator is a dataset id; OECD's own filters go through ... |
fetch_comtrade() | comtradr | UN trade flows; needs an API token (see comtradr::set_primary_comtrade_key()) |
