pub_wiki {epidatr} | R Documentation |
Wikipedia webpage counts by article
Description
API docs: https://cmu-delphi.github.io/delphi-epidata/api/wiki.html Number of page visits for selected English, Influenza-related wikipedia articles.
Source: Wikimedia
Temporal Resolution: Hourly, daily, and weekly from 2007-12-09 (2007w50)
Spatial Resolution: N/A
Other resolution: By article (54)
Open access
Usage
pub_wiki(
articles,
...,
time_type = c("day", "week"),
time_values = "*",
hours = NULL,
language = "en",
fetch_args = fetch_args_list()
)
Arguments
articles |
character. Articles to fetch. |
... |
not used for values, forces later arguments to bind by name |
time_type |
string. The temporal resolution of the data (either "day" or "week", depending on signal). |
time_values |
|
hours |
integer. Optionally, the hours to fetch. |
language |
string. Language to fetch. |
fetch_args |
|
Value
Examples
## Not run:
pub_wiki(
articles = "avian_influenza",
time_type = "week",
time_values = epirange(201501, 201601)
)
## End(Not run)
[Package epidatr version 1.2.0 Index]