README.md

COVID19bb

R build
status License: GPL
v3

logo

Introduction

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:

And there are three functions:

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("etc5523-2020/COVID-bb")

Launch the app

launch_app()

Shiny Application User Interface

Here are the UI of three main subpages:

Distribution Trend Table

Example

The dataset in package

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

The case trend in Hubei province

This is a basic example which shows you how to explore the case trend of COVID-19 in the whole world.

Data Source

The dataset in this package is from:



etc5523-2020/COVID19bb documentation built on Jan. 9, 2022, 12:04 a.m.