page_islink: Test if page(s) is(are) linked

Description Usage Arguments Value See Also Examples

View source: R/page.R

Description

Test if page(s) is(are) linked

Usage

1
page_islink(from, to, namespace = "0", domain = "fr")

Arguments

from

The title of the page from the link is supposed to go from

to

Either a string or a character vector representing the page(s) where the link(s) is(are) supposed to go to.

namespace

The namespace of the page to look.

domain

The domain where the wiki is located

Value

A character vector.

See Also

Other page functions: page_anon, page_infos, page_links, page_ranking, page_revisions

Examples

1
2
# Testing if the article 'Action' contains a link to 'Sociologie' in the french wiki.
page_islink('Action','Sociologie') 

WikiSocio documentation built on May 29, 2017, 10:42 p.m.