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

covid19

The goal of covid19 is to visualize Covid-19 pandemic trends based on updated, clean data

Installation

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("Ashkan-nmt/covid19")

Example

This is a basic example which shows you how to solve a common problem:

library(covid19)

covid_world_map("2020-10-20","death")

covid_country_plot("Iran","2020-03-01","2020-10-25")


Ashkan-nmt/Rcovid19 documentation built on Dec. 31, 2020, 9:51 a.m.