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

Description Usage Arguments Value Examples

Description

Getting the list of the contribution of a contributor.

Usage

1
2
contrib_revisions(x, namespace = "*", domain = "fr",
  merge_consecutive = TRUE)

Arguments

x

The name of the contributor

namespace

The namespace of contributions

domain

The domain of the wiki

merge_consecutive

A boolean. If TRUE, consecutive revisions mde by the same contributor are merged.

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_revisions('cafeine05')

# Return a character vector with all the page modified by this contributor.
contrib_revisions('cafeine05')

leojoubert/WikiSocio documentation built on May 21, 2019, 5:08 a.m.