powered by
Check that the FishBase API server is responding
heartbeat(server = getOption("FISHBASE_API", FISHBASE_API))
base URL to the FishBase API (by default). For SeaLifeBase, use https://fishbase.ropensci.org/sealifebase
An httr 'response' object.
# NOT RUN { ## Show server response times resp <- heartbeat() resp$times ## Show API endpoints: library("httr") httr::content(resp) # }
Run the code above in your browser using DataLab