Skip to contents

Function to check if the IDB API key is correctly set.

Usage

gtl_chk_idb_api_key()

Value

Returns an error if the IDB API key is not properly set

See also

idbr::idb_api_key()

Examples

if (FALSE) { # interactive()
# Not run: fails if the IDB API key isn't set

gtl_chk_idb_api_key()
}