Skip to contents

Checks if the RDB API server is online and operational.

Usage

is_online(
  use_testing_server = funky::config_val("use_testing_server"),
  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.