R/tdmurl.R

Defines functions as.tdmurl

Documented in as.tdmurl

#' Coerce a url to a tdmurl with a specific type
#' @export
#' @keywords internal
#' @note see `crminer::as_tdmurl`
#' @rdname as.tdmurl-defunct 
as.tdmurl <- function(...) { # nocov start
  .Defunct(package = "crminer", msg = "Removed - see crminer::as_tdmurl()")
} # nocov end
ropensci/rcrossref documentation built on March 25, 2023, 6:42 p.m.