page_history: Getting the history of a page

Description Usage Arguments Value Examples

Description

Getting the history of a page

Usage

1
2
page_history(x, wikiAdress = "https://fr.wikipedia.org/",
  threesoldImportant = 10)

Arguments

x

Either a revision data-frame built with page_revisions, or an id or a title of a page.

wikiAdress

The domain of the wiki (without the /wiki folder)

threesoldImportant

The threesold wich indicate the important variable will be built considering the threesoldImportant % principals contributors.

Value

A data-frame with "revisions", "contrib", "anon", "important" and "time" columns.

Examples

1
 h <- page_history("Action") # downloading the history of the "Action" age of french Wikipedia

cafeine05/WikiSocio documentation built on May 13, 2019, 10:39 a.m.