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

Coviddata

Coviddata contains a Shiny app which provides the information about the Covid-19.Download the package to use the shiny app can explore the data through the table,map and a plot.

Download this package and know more about the details.

Installation

You can install the released version of Coviddata from CRAN with:

install.packages("Coviddata")

The development version can be installed from GitHub with:

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

Example

This is a basic example show you how to launch the app::

library(Coviddata)
library(tibble)
tb

You can also embed plots, for example:




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