page_content: Downloading the content of a page

Description Usage Arguments Value Examples

Description

Downloading the content of a page

Usage

1
page_content(revisions, clean = FALSE, domain = "fr", parallel = FALSE)

Arguments

revisions

A revisions table built with page_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 <- page_revisions("Sociologie")
content <- page_content(revisions, clean = TRUE)

## End(Not run)

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