normalizedTitle {wikiTools}R Documentation

normalizedTitle(title, q) Return de normalized or redirect title (also normalized) from the query part of the JSON response of a MediaWiki search that uses titles.

Description

normalizedTitle(title, q) Return de normalized or redirect title (also normalized) from the query part of the JSON response of a MediaWiki search that uses titles.

Usage

normalizedTitle(title, q)

Arguments

title

the title to possibly found in q.

q

(j$query) Query part of the JSON response from a Mediawiki search.

Value

The normalized or redirect title found in q for title, else title itself.


[Package wikiTools version 1.2.4 Index]