R/tr_usda.R

Defines functions tr_usda

Documented in tr_usda

#' USDA plants data
#' 
#' DEFUNCT
#'
#' @export
#' @param ... ignored
#' @rdname tr_usda-defunct
#' @keywords internal
tr_usda <- function(...) {
  .Defunct(msg = "the plantsdb.xyz API is down for good")
}
ropensci/traits documentation built on Sept. 20, 2022, 9:47 a.m.