knitr::opts_chunk$set(echo = TRUE)
{waxer} is an R wrapper for the Wikimedia Analytics Query Service (AQS). This particular wrapper is for the /metrics
endpoint of the REST API which provides data and metrics around traffic, users, and content on Wikimedia sites.
Author: Mikhail Popov (Wikimedia Foundation)
License: MIT
Status: Active
To install the development version:
# install.packages("remotes") remotes::install_github("wikimedia/waxer@main")
To update:
remotes::update_packages(packages = "waxer")
library(waxer) ?waxer
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Why "waxer"? Well, I was looking at the initialism "WAQSR" (Wikimedia Analytics Query Service in R) and just really not liking how awkward it looked.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.