Usage
page_backlinks(language = NULL, project = NULL, domain = NULL, page,
direction = "ascending", namespaces = NULL, clean_response = FALSE, ...)
Arguments
language
The language code of the project you wish to query,
if appropriate.
project
The project you wish to query ("wikiquote"), if appropriate.
Should be provided in conjunction with language
.
domain
as an alternative to a language
and project
combination,
you can also provide a domain ("rationalwiki.org") to the URL constructor, allowing
for the querying of non-Wikimedia MediaWiki instances.
page
the title of the page you want the backlinks of.
direction
the direction to order the backlinks in, by linking page ID: "ascending"
or "descending". Set to "ascending" by default.
namespaces
The namespaces to filter to. By default, backlinks from any namespace
are retrieved: alternately, a numeric vector of accepted namespaces (which are described
https://www.mediawiki.org/wiki/Manual:Namespace#Built-in_namespaces{here}) can be
p
clean_response
whether to do some basic sanitising of the resulting data structure.
Set to FALSE by default.
...
further arguments to pass to httr's GET.