wikkitidy

Tidy analysis of Wikipedia in R

What’s in a name?

wiki: There are many wikis, but one dominates the Wikiverse. Wikipedia is the largest repository of facts ever assembled by human hands. Scholars the world over are turning to Wikipedia to understand how twenty-first century society understands itself.

quiddity: The ‘whatness’ of a thing. The kind of thing it is. What is Wikipedia? Is it merely another encyclopaedia? It is news presented as history? Is it the consensus of a global village, or the battleground of an ideological war?

tidy: The best kind of data. R programmers are lucky to have access to the tidyverse, a collection of packages that make it easy to analyse, visualise and publish data. This package embodies tidy data principles by returning results from Wikipedia’s APIs as tibbles or simple vectors, and by providing a number of vectorised analysis functions that can be applied reliably and without fuss to the data you retrieve.

Thus wikkitidy’s aim: to help you work out what Wikipedia is with minimal data wrangling and cleaning.

Getting to 1.0

VersionFeatureDone?
0.1Basic request objects:white_check_mark:
0.2Calls and response objects for Core and Wikimedia REST APIs:white_large_square:
0.3Calls and response objects for MediaWiki Action API Query Modules:white_large_square:
0.4Interface to Wikipedia XML dumps:white_large_square:
0.5Implementation of Wikiblame:white_large_square:
0.6Calls and response objects for the XTools and WikiMedia APIs:white_large_square:

Installation

You can install wikkitidy from CRAN with:

install.packages("wikkitidy")

You can install the development version from Github with:

devtools::install_github("wikihistories/wikkitidy")

ur ## Code of Conduct

Please note that the wikkitidy project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Down Chevron

Install

install.packages('wikkitidy')

Monthly Downloads

209

Version

0.1.12

License

MIT + file LICENSE

Maintainer

Last Published

February 9th, 2024

Functions in wikkitidy (0.1.12)