powered by
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
pub_wiki( articles, ..., time_type = c("day", "week"), time_values = "*", hours = NULL, language = "en", fetch_args = fetch_args_list() )
tibble::tibble
character. Articles to fetch.
not used for values, forces later arguments to bind by name
string. The temporal resolution of the data (either "day" or "week", depending on signal).
timeset. Dates or epiweeks to fetch. Defaults to all ("*") dates.
timeset
integer. Optionally, the hours to fetch.
string. Language to fetch.
fetch_args. Additional arguments to pass to fetch().
fetch_args
fetch()
if (FALSE) { pub_wiki( articles = "avian_influenza", time_type = "week", time_values = epirange(201501, 201601) ) }
Run the code above in your browser using DataLab