knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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")
This is a basic example show you how to launch the app::
library(Coviddata) library(tibble) tb
You can also embed plots, for example:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.