testWikiPage: internal function testWikiPage

Description Usage Arguments Value Author(s)

View source: R/testWikiPage.R

Description

internal function to test validity of a wikidepia page, called in links, backLinks, and contribs functions.

Usage

1
testWikiPage(page = NULL, domain = "en")

Arguments

page

numeric identifier or character title of the specific wikipedia page

domain

a character value providing the language of the wikipedia page.The default value is "en" for "english language".

Value

a list of four elements, the first is takeOnlyFirst, a boolean indicating if the class of page parameter is invalid, for example vector, list, matrix..., and in that case, the only the first element is considered. The second element is redirPage, the title page of the redirected page. The third element is test, an integer with value:

The last element, warnMessage, is a vector of warning messages.

Author(s)

Avner Bar-Hen, Louise Baschet, Francois-Xavier Jollois, Jeremie Riou


WikipediaR documentation built on May 2, 2019, 8:36 a.m.