Skip to content

Instantly share code, notes, and snippets.

@pbiecek
Created July 15, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbiecek/6a02fca92d34ec988fec to your computer and use it in GitHub Desktop.
Save pbiecek/6a02fca92d34ec988fec to your computer and use it in GitHub Desktop.
wikitrends
library(wikipediatrend)
wp <- wp_trend(page = c("Aksolotl","Axolotl","The_Witcher", "Wiedźmin"),
from = "2013-01-01",
to = today(),
lang = c("pl","en","en","pl"))
head(wp)
## date count lang page rank month title
## 1 2013-08-26 70 pl Aksolotl -1 201308 Aksolotl
## 2 2013-08-27 74 pl Aksolotl -1 201308 Aksolotl
## 3 2013-08-28 69 pl Aksolotl -1 201308 Aksolotl
## 4 2013-08-19 83 pl Aksolotl -1 201308 Aksolotl
## 5 2013-08-18 71 pl Aksolotl -1 201308 Aksolotl
## 6 2013-08-31 87 pl Aksolotl -1 201308 Aksolotl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment