Learn R Programming

WikiSocio (version 0.7.0)

corpus_contrib_data: Adding data to a contributor corpus

Description

Adding data to a contributor corpus

Usage

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

Run this code
c <- corpus_contrib_create('page','Action',limit=5)

 c <- corpus_contrib_data('raw',c)

Run the code above in your browser using DataLab