Skip to contents

Checks if the RDB API server is online and operational.

Usage

is_online(
  use_testing_server = pal::pkg_config_val(key = "use_testing_server", pkg = this_pkg),
  quiet = FALSE
)

Arguments

use_testing_server

Whether or not to use the testing servers instead of the production servers for RDB Services API calls etc.

quiet

Whether or not to suppress printing a warning in case the API is unavailable.

Value

A logical scalar.