Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.89 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.89 KB

Query information of Wuhan coronavirus infected stats

  • get_nCov2019() to query online latest information
  • load_nCov2019() to get historical data
  • summary and [ to access data
  • plot to present data on map

✍️ Authors

Guangchuang YU

School of Basic Medical Sciences, Southern Medical University

https://guangchuangyu.github.io

If you use nCov2019 in published research, please cite the following paper:

Tianzhi Wu, 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

⏬ Installation

Get the development version from github:

## install.packages("remotes")
remotes::install_github("GuangchuangYu/treeio")

📖 Documents

💖 Shiny Apps that use nCov2019