R/coral.R

Defines functions coral_species coral_resources coral_methodologies coral_locations coral_traits coral_taxa

Documented in coral_locations coral_methodologies coral_resources coral_species coral_taxa coral_traits

#' Search for coral data on coraltraits.org
#' 
#' DEFUNCT: As far as we can tell the coraltraits.org API is down
#' for good
#' 
#' @name coral-defunct
#' @keywords internal
#' @param ... ignored
#' @references https://coraltraits.org/

#' @export
#' @rdname coral-defunct
coral_taxa <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

#' @export
#' @rdname coral-defunct
coral_traits <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

#' @export
#' @rdname coral-defunct
coral_locations <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

#' @export
#' @rdname coral-defunct
coral_methodologies <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

#' @export
#' @rdname coral-defunct
coral_resources <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

#' @export
#' @rdname coral-defunct
coral_species <- function(...) {
  .Defunct(msg = "the coraltraits.org API is down for good")
}

Try the traits package in your browser

Any scripts or data that you put into this service are public.

traits documentation built on Aug. 27, 2020, 9:07 a.m.