The goal of southeastcovid is to provide an application to explore the development of coronavirus in South East Asia countries. There are two graph in this application. In the continent tab, you can see the graph for daily cases in all South East Asia In the countries tab, there are graph for every representative country in South East Asia.
Both graph represented by the day, countries, type of cases, and number of each representative cases.
You can install the southeastcovid with:
install.packages("devtools")
devtools::install_github("etc5523-2020/r-package-assessment-whysptra")
This is a basic example which shows you how to solve a common problem:
library(southeastcovid)
launch_app()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.