R/defunct.R

Defines functions orcid2person

Documented in orcid2person

#' Defunct functions
#' @export
#' @rdname defunct
#' @family utils
orcid2person <- function() {
  .Defunct( # nocov start
    msg = paste(
      "orcid2person() is no longer available because the rorcid package was",
      "archived."
    )
  ) # nocov end
}
inbo/checklist documentation built on June 15, 2025, 12:54 p.m.