R/defunct_functions.R

Defines functions read_data LCVP

Documented in LCVP read_data

# Defunct functions
# No longer used but kept to output meaningful errors
LCVP <- function(...) {
  .Defunct("lcvp_search")
}

read_data <- function(...) {
  .Defunct("lcvp_search")
}
idiv-biodiversity/lcplants documentation built on Nov. 17, 2022, 11:12 p.m.