README.md

vietnamcovid19

R build status

The goal of vietnamcovid19 is to provide a simple dashboard to report the situation of Covid-19 in Vietnam from the January 2020 to October 2020.

Installation

You can install the vietnamcovid19 from Github using:

# install.packages("devtools")
devtools::install_github("etc5523-2020/r-package-assessment-HanseNgo305")

Example

Some function you can use in this package would include

library(vietnamcovid19)
library(tibble)

# launch the app
# launch_app()

# Check the dataset for Vietnam cases and deaths by province
vietnam_daily

# Check the dataset for Vietnam patients
patient_node

# Check the list of references used
ref


etc5523-2020/r-package-assessment-HanseNgo305 documentation built on Jan. 1, 2021, 1:10 a.m.