Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

article entry in article_pageviews #17

Open
karolazvdo opened this issue May 28, 2022 · 0 comments
Open

article entry in article_pageviews #17

karolazvdo opened this issue May 28, 2022 · 0 comments

Comments

@karolazvdo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant