Skip to contents

The country to retrieve GDL indicator data for.

Usage

set_country(session, country)

Arguments

session

A valid GDL session object to interface with.

country

An ISO3 country code.

Examples

# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_country(session, 'IND')