The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

Options

Change the API URL

EpiGraphDB currently offers two API URLs

To switch to the development API, do

# Get default option
default_api_url <- getOptions("epigraphdb.api.url")
# Change to the development API
options(epigraphdb.api.url = "http://dev-api.epigraphdb.org")
# Verify current URL
getOption("epigraphdb.api.url")
# Switch back
options(epigraphdb.api.url = default_api_url)

NOTE: you can make this change persistent by placing the changes in .Rprofile.

Suppress start up message

If you would like to turn off the start up message that displays the current version of EpiGraphDB service, use the following code to load the package:

suppressPackageStartupMessages({library("epigraphdb")})

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.