ariadne imports the resource graph hosted in the companion package
ariadne.db.
ariadne(versions = NULL)An igraph object with the ariadne resource graph.
# Import default resource graph
graph <- ariadne()
# Specify custom resource versions
versions <- list(BugSigDB = "v1.2.2", WoL = "v20April2021")
graph <- ariadne(versions = versions)