#' Check if the Encyclopedia Of Life website can be used by using a
#' simple API call
#' @return TRUE if the Encyclopedia Of Life website can be used,
#' FALSE otherwise
#' @author Richel J.C. Bilderbeek
#' @export
can_use_eol <- function() {
aureole::ping_eol() == "Success"
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.