Learn R Programming

raustats (version 0.15.0)

raustats_check_url_available: Check specified ABS/RBA URL available

Description

Function to ensure URL calls fail gracefully with an informative message if the resource is not available (and not give a check warning nor error).

Usage

raustats_check_url_available(url)

Arguments

url

The base URL to check.

Value

TRUE if the API is available, otherwise stop() is called.