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

Try the rcrossref package in your browser

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

rcrossref documentation built on Nov. 12, 2022, 1:17 a.m.