R/bhl_gettitlebyidentifier.R

Defines functions bhl_gettitlebyidentifier

Documented in bhl_gettitlebyidentifier

#' Find and return metadata about a title or titles that match a specific
#' identifier
#' @export
#' @rdname bhl_gettitlebyidentifier-defunct
#' @keywords internal
bhl_gettitlebyidentifier <- function(...) {
  .Defunct(new = "bhl_gettitlemetadata", package = "rbhl",
    msg = "see ?bhl_gettitlemetadata")
}

Try the rbhl package in your browser

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

rbhl documentation built on May 13, 2021, 9:07 a.m.