R/is_native.R

Defines functions is_native

Documented in is_native

#' Check if a species is native somewhere
#'
#' @export
#' @rdname is_native-defunct
#' @keywords internal
is_native <- function(...) {
  .Defunct(msg =
             "is_native is deprecated - see is_native() fxn in originr")
}

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.