R/monarch_engine_check.R
monarch_engine_check.Rd
Attempts to connect to the Monarch Initiative API and use the specified functionality. Returns FALSE if the API is not available the result is not as expected.
monarch_engine_check(warn = TRUE, service = "graph")
TRUE if the available features are online, FALSE otherwise.
print(monarch_engine_check())
#> Trying to connect to https://neo4j.monarchinitiative.org
#> Connected to https://neo4j.monarchinitiative.org
#> [1] TRUE