Member | Github |
---|---|
Mai Le | lephanthuymai |
Rui Wang | wang-rui |
Sang Yoon Lee | rissangs |
The COVID-19 Data Portal aims to provide the user with an interactive interface to check their number of cases in the world in a straightforward way. When opening the app, the total confirmed cases by region are shown in the center of the app in the form of a map. The user can choose to zoom in the map and check the detailed case information for a specific region.
On the left side of the dashboard, the user can view the world cases trend for recovered cases, death cases, and confirmed cases. There's also an ordered ranking on the left side which shows how many cases up till now for each countries in different categories. The user can select the categories such as confirmed cases, death cases, recovered cases from the drop-down menu.
On the right side of the dashboard, the country level statistics can be seen in both number format and trend-line format. By default, the user will see Canada's (based on locale) statistics when opening the dashboard. Users can also opt for other region's statistics by selecting from the drop-down menu to view both the case summary and the trend line.
Access the live dashboard at https://covid-19-data-portal-r.herokuapp.com/
Step 1: Clone this repository
Step 2:
-
Approach 1:
- Open
DSCI_532_Group_12-R.Rproj
in RStudio - Click
Yes
to install required libraries - Open
app.R
- Click
Source
button to execute the project
- Open
-
Approach 2:
- Run
Rscript app.R
in the terminal
- Run
The COVID-19 Data Portal materials here are licensed under the Creative Commons Attribution 2.5 Canada License (CC BY 2.5 CA). If re-using/re-mixing please provide attribution and link to this webpage.
- COVID-19 Data Repository by the Center for Systems Science and Engineering (CSSE) at Johns Hopkins University, contributors: Johns Hopkins University. https://github.com/CSSEGISandData/COVID-19