You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: