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

Try the rgbif package in your browser

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

rgbif documentation built on Sept. 11, 2023, 9:06 a.m.