knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

AustraliaCOVID19

R build status

The goal of AustraliaCOVID19 is to see the coronavirus data of daily cases and cumulative cases of different types in different states of Australia between 2020-01-12 to 2020-10-02.Besides,the shiny app in this package will give people the whole information about the data with the interactive plots and table.

Installation

You can install the AustraliaCOVID19 from GitHub with:

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

Example

This is a basic example which shows the content of data in the package.

library(AustraliaCOVID19)
library(tibble)
coronavirus_region
n_states(coronavirus_region)


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