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

Try the spocc package in your browser

Any scripts or data that you put into this service are public.

spocc documentation built on March 31, 2023, 9:59 p.m.