Skip to contents

Determine if the API is running and listening as expected

Usage

pip_health_check()

Value

A character(1) with the health check message.

See also

Other poverty and inequality statistics: pip_aux(), pip_citation(), pip_data(), pip_group(), pip_info(), pip_valid_params(), pip_versions()

Examples

# \donttest{
pip_health_check()
#> [1] "PIP API is running"
# }