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

Travis build status CRAN_Status_Badge lifecycle License: MIT GitHub commit

VirginiaC19

The VirginiaC19 package harvests the data from the Virginia Department of Health. This package is currently a component to the Covid19R project.

Get the latest development version from github

devtools::install_github("debusklaneml/VirginiaC19")

Getting the Most Up to Date Data

To get the most updated data, run the following functions

new_data <- refresh_VirginiaC19()

Columns

The data follows the covid19R standard for tidy Covid-19 data.



debusklaneml/VirginiaC19 documentation built on June 1, 2020, 12:02 p.m.