contrib_content: Downloading the revisions made by an user

Description Usage Arguments Value Examples

Description

Downloading the revisions made by an user

Usage

1
2
contrib_content(revisions, get_parent = TRUE, clean = FALSE,
  domain = "fr", parallel = FALSE)

Arguments

revisions

A data-frame built with contrib_revisions

clean

Logical. Indicate if the content need to be cleaned with clean_wikitext function.

domain

The domain where the wiki is located

parallel

Logical. Indicate whether have to use a parallel backend to run or not.

Value

A character vector containing all the revisions of corresponding to metadata revisions.

Examples

1
2
3
4
5
## Not run: 
revisions <- contrib_revisions("Diti")
content <- contrib_content(revisions, clean = TRUE)

## End(Not run)

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