Learn R Programming

readoecd (version 0.3.0)

check_oecd_api: Check OECD API connectivity

Description

Tests the OECD API by making a small live request. Useful for diagnosing connectivity issues or confirming the API is responding normally.

Usage

check_oecd_api()

Arguments

Value

Invisibly returns TRUE if the API is reachable, otherwise throws an error.

Examples

Run this code
if (FALSE) {
check_oecd_api()
}

Run the code above in your browser using DataLab