page_revisions: Downloading the list of contributions for one page

Description Usage Arguments Value See Also Examples

View source: R/page.R

Description

Downloading the list of contributions for one page

Usage

1
page_revisions(page, domain = "fr", contrib = F)

Arguments

page

The title of the page

domain

The domain where the wiki is located

contrib

A boolean indicating whether to return or not only contributors' names

Value

A data-frame containing the username of the user (or the IP if anonymous contribution), the timestamp, the size of the revision, a boolean indicating weither the contribution is anonymous or not, and the difference beetween the contribution and the previous

See Also

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

Examples

1
2
# Downloading the list of contribution for the 'action' page in the french wiki
page_revisions('Action') 

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