knitr::opts_chunk$set(echo = TRUE)
Kevin Haiyan Yu, Lu Yang, Ping Yu, Mingyue Gao.
library(devtools) install_github("beoutbreakprepared/nCoV2019") require(nCov2019) x = get_nCov2019() plot(x)
library(devtools) install_github("GuangchuangYu/nCov2019",force = TRUE) require(nCov2019) x = get_nCov2019() plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.