R/fixnames.r

Defines functions fixnames

Documented in fixnames

#' Change names to be the same for each taxon.
#' 
#' DEFUNT: This function has moved to `scrubr::fix_names`
#' 
#' @export
#' @keywords internal
#' @rdname fixnames-defunct
#' @param ... ignored
fixnames <- function(...) { # nocov start
  .Defunct("scrubr::fix_names")
} # nocov end
ropensci/spocc documentation built on March 10, 2024, 4:27 a.m.