inst/doc/Accessing_Wikimedia_pageviews.R

## -----------------------------------------------------------------------------
library(pageviews)
str(article_pageviews(project = "de.wikipedia", article = "R_(Programmiersprache)"
  , start = as.Date('2015-11-01'), end = as.Date("2015-11-02")
  , user_type = c("user", "automated"), platform = c("desktop", "mobile-web")))

## -----------------------------------------------------------------------------
str(project_pageviews())

## -----------------------------------------------------------------------------
str(top_articles())

Try the pageviews package in your browser

Any scripts or data that you put into this service are public.

pageviews documentation built on July 8, 2020, 6:17 p.m.