Learn R Programming

⚠️There's a newer version (0.6.0) of this package.Take me there.

pageviews

An API client library for Wikimedia traffic data.

Author: Oliver Keyes License: MIT Status: Stable

pageviews provides data from the new Wikimedia RESTful API for pageview data. It allows you to retrieve per-article, per-project, and top-1000 pageview data covering a wide range of times and with filtering around the user's class and platform.

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.

Installation

For the stable release:

install.packages("pageviews")

For the developer release:

devtools::install_github("ironholds/pageviews")

Copy Link

Version

Install

install.packages('pageviews')

Monthly Downloads

407

Version

0.5.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Oliver Keyes

Last Published

May 10th, 2020

Functions in pageviews (0.5.0)

top_articles

Retrieve Data on Top Articles
old_pageviews

Retrieve Legacy Pageview Counts
project_pageviews

Retrieve Per-Project Pageview Counts
pageview_timestamps

Validate and convert time objects to function with pageviews functions
article_pageviews

Retrieve Pageview Data for an Article
pageviews

An API client for Wikimedia traffic data