page_anon: Giving the proportion of anonmous contribution in a revisions...

Description Usage Arguments Value See Also Examples

View source: R/page.R

Description

Giving the proportion of anonmous contribution in a revisions list

Usage

1
page_anon(revisions)

Arguments

revisions

Revision list built with page_revisions

Value

An integer.

See Also

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

Examples

1
2
3
4
5
# Downloading the list of the revisions of the article 'Action' in the french wiki
revisions <- page_revisions('Action') 

# Returning the percentage of anonymous contribution in this article
page_anon(revisions) 

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