pageviews icon indicating copy to clipboard operation
pageviews copied to clipboard

article entry in article_pageviews

Open karolazvdo opened this issue 2 years ago • 0 comments

I'm trying to get pageviews from a list of wikipedia article titles, but besides the limitation by how the entry is written, I've been having problems with an article which has a wikipedia page, and is right writed, but the function doesn't work. This has happened with some entries, like for "Timbavati Private Nature Reserve" for example.

views<- article_pageviews(project = "en.wikipedia", article = "Timbavati Private Nature Reserve", user_type = "user", start = "2015070100", end = "2020080100", granularity = "daily")

This code did not work. My original list has 227 wikipedia article titles, most of them run correctly (in a for loop), but some of them (and frequently it is hard to identify which one) did not work well.

karolazvdo avatar May 28 '22 18:05 karolazvdo