Skip to contents

Attempt to access all presently supported databases and report if they were accessible.

Usage

check_db_status()

Value

TRUE if all DB checks pass, else FALSE

Author

Francis Windram

Examples

if (FALSE) { # interactive()
  check_db_status()
}