R/occ_spellcheck.R

Defines functions occ_spellcheck

Documented in occ_spellcheck

#' Spell check search term for occurrence searches
#'
#' @export
#' @rdname occ_spellcheck-defunct
#' @keywords internal
#' @param ... ignored
occ_spellcheck <- function(...) { # nocov start
  .Defunct(msg="the spellCheck parameter has been removed")
} # nocov end
ropensci/rgbif documentation built on June 4, 2024, 4:05 p.m.