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")
}
ropensci/traits documentation built on Sept. 20, 2022, 9:47 a.m.