Skip to contents

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

Usage

gtl_chk_rnoaa_api_key()

Value

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

Examples

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

gtl_chk_rnoaa_api_key()
}