
The goal of COVID19bb package, which is created by Yiwen Zhang, is to
provide the relevant datasets and functions to run the COVID-19 Global
Analysis Shiny Application. And the aim of the COVID-19 Global Analysis
Shiny Application is to provide a concise and visual appealing way to
explore the epidemic condition of the COVID-19.
The package consists of three datasets:
covid_19_all : contains daily epidemic information of COVID-19 for
215 countries or regions, from 2020-01-22 to 2020-10-03.covid_19_data: contains daily epidemic information of COVID-19 for
222 countries or regions, from 2020-01-22 to 2020-09-24.worldgeojson : is the world map in geojson format (list).And there are three functions:
select_input : help users select input object within the Shiny
Application.table_filter : create a table after filtering with daily cases of
COVID-19.launch_app : launch the COVID-19 Global Analysis Shiny Application
from the COVID19bb package.And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("etc5523-2020/COVID-bb")
launch_app()
Here are the UI of three main subpages:

This is a basic example which shows you the first five lines in
covid_19_all data in this package:
#> Registered S3 method overwritten by 'quantmod':
#> method from
#> as.zoo.data.frame zoo
COVID-19 Cases
country\_region
province\_state
confirmed
recovered
deaths
date
China
Hubei
444
28
17
2020-01-22
China
Hubei
444
28
17
2020-01-23
China
Hubei
549
31
24
2020-01-24
China
Hubei
761
32
40
2020-01-25
China
Hubei
1058
42
52
2020-01-26
This is a basic example which shows you how to explore the case trend of COVID-19 in the whole world.

The dataset in this package is from:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.