Description Usage Arguments Value See Also Examples
Downloading the list of contributions for one page
1 | page_revisions(page, domain = "fr", contrib = F)
|
page |
The title of the page |
domain |
The domain where the wiki is located |
contrib |
A boolean indicating whether to return or not only contributors' names |
A data-frame containing the username of the user (or the IP if anonymous contribution), the timestamp, the size of the revision, a boolean indicating weither the contribution is anonymous or not, and the difference beetween the contribution and the previous
Other page functions: page_anon
,
page_infos
, page_islink
,
page_links
, page_ranking
1 2 | # Downloading the list of contribution for the 'action' page in the french wiki
page_revisions('Action')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.