corpus_contrib_data: Adding data to a contributor corpus

Description Usage Arguments Value See Also Examples

View source: R/corpus.R

Description

Adding data to a contributor corpus

Usage

1
corpus_contrib_data(method, x, prefix = "Utilisateur", domain = "fr")

Arguments

method

The method employed to get data into the corpus.

raw

For each user, downloading caracteristics and testing other member of the corpus.

page

For each user, downloading edited pages.

x

The users' corpus.

prefix

In the wiki, the prefix for users' pages namespace.

domain

The domain where the wiki is located.

Value

A data-frame.

See Also

Other corpus functions: corpus_contrib_create, corpus_contrib_select, corpus_page_create, corpus_page_data

Examples

1
2
3
c <- corpus_contrib_create('page','Action',limit=5)

 c <- corpus_contrib_data('raw',c)

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