knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

The refresh_coronavirus_jhu function enables to pull the coronavirus dataset using the Covid19R project data format standard. This data format includes the following fields:

library(coronavirus)

covid19_df <- refresh_coronavirus_jhu()

head(covid19_df)


iampronay/coronavirus documentation built on Dec. 10, 2020, 1:11 a.m.