Skip to contents

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()

Value

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

See also

Examples

if (FALSE) { # \dontrun{
check_oecd_api()
} # }