- API to Tencent SARS-COV-2 website. Updated several times a day, the Tencent website relies on official data obtained from the Chinese provincial health agencies, China National Health Commission (CNHC), the World Health Organization (WHO), and public health agencies in other countries.
- CNHC, which is official historical statistics for the 34 Chinese provinces and special districts.
- Dingxiangyuan which has been continuously aggregating official data from provincial and city health agencies and the CNHC.
- Wuhan-2019-nCoV GitHub repository. It derives data from the literature for December 1, 2019, to January 10, 2020, after which it relies on the Chinese news aggregator Toutiao API. This GitHub repository includes historical data for Chinese cities as well as 43 countries.
For more details see our vignette, Preprint, and Shiny app.
Guangchuang YU
School of Basic Medical Sciences, Southern Medical University
https://guangchuangyu.github.io
Xijin Ge (Shiny app)
Department of Mathematics and Statistics, South Dakota State University
https://www.sdstate.edu/directory/xijin-ge
If you use nCov2019
, please cite the following preprint:
Tianzhi Wu, Erqiang Hu, Xijin Ge*, Guangchuang Yu*. An R package and a website with real-time data on the COVID-19 coronavirus outbreak. medRxiv, 2020.02.25.20027433. doi: https://doi.org/10.1101/2020.02.25.20027433
Get the development version from github:
## install.packages("remotes")
remotes::install_github("GuangchuangYu/nCov2019")
get_nCov2019()
to query online latest informationload_nCov2019()
to get historical datasummary
and[
to access dataplot
to present data on mapdashboard(lang = 'en', remote = TRUE)
to open Shiny app dashboard
Run the script example.R in R using source("example.R")
, will produce the following figure:
- online vignette: nCov2019 for studying COVID-19 coronavirus outbreak
- An R Package to Explore the Novel Coronavirus
- 检索疫情数据的R包来了
- 各省市的疫情历史数据来了!
- 一次搞定所有的疫情地图
- nCov2019:历史数据实现自动更新