R/deprecated.R

Defines functions scrape_example

Documented in scrape_example

#' @title Deprecated functions
#' @description Why did I have to go and make things so deprecated?
#' @name WDQSR-deprecated
NULL

#' @inheritParams get_example
#' @param ... ignored (kept for backwards-compatibility)
#' @describeIn WDQSR-deprecated use [get_example] instead which employs [WikipediR::page_content]
#' @export
scrape_example <- function(example_name, ...) {
  .Deprecated("get_example")
  return(get_example(example_name))
}

Try the WikidataQueryServiceR package in your browser

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

WikidataQueryServiceR documentation built on July 2, 2020, 2:12 a.m.