R/can_use_eol.R

Defines functions can_use_eol

Documented in can_use_eol

#' 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"
}
richelbilderbeek/aureole documentation built on March 4, 2020, 10:47 p.m.