contrib_list: Getting the list of the contribution of a contributor.

Description Usage Arguments Value Examples

View source: R/contrib.R

Description

Getting the list of the contribution of a contributor.

Usage

1
contrib_list(x, namespace = "0", domain = "fr", page = F)

Arguments

x

The name of the contributor

namespace

The namespace of contributions

domain

The domain of the wiki

page

If TRUE, contrib_list return only a list of all different page in witch the contribors made a modification. If FALSE, return a data-frame with all the contributions, their timestamp and their weight

Value

Depending the value of page, weither a character vector containing the names of all contributors, or a data-frame containing all the revisions with the name of the contributor, a timestamp and a weight

Examples

1
2
3
4
5
# All the contribution of an user of the french wiki.
contrib_list('cafeine05') 

# Return a character vector with all the page modified by this contributor.
contrib_list('cafeine05',page=TRUE) 

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