knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
#downloads from the documentation project
url <- "https://raw.githubusercontent.com/Covid19R/documentation/master/onboarding.Rmd"
download.file(url, "tmp.Rmd")

unlink("tmp.Rmd")

YOUR_PACKAGE_NAME

Lifecycle: maturing CRAN status Travis build status

The YOUR_PACKAGE package harvests the data made freely available by the XXX. See USEFUL_URL_ABOUT_DATA for more.

Installation

ONLY INCLUDE IF SUBMITTED TO/ON CRAN You can install the released version of covid19nytimes from CRAN with:

``` {r install, eval=FALSE} install.packages("YOUR_PACKAGE")

Or the latest development version from [github](https://github.com/USER_OR_ORG/YOUR_PACKAGE)

```r
devtools::install_github("USER_OR_ORG/YOUR_PACKAGE")

Data

The package has the data from XXXXXX. The package comes with static data that was downloaded at the time of the last package update.

library(YOUR_LIBRARY_NAME)

head(DATA) %>% knitr::kable()

Getting the Most Up to Date Data

To get the most updated data, run the following functions


Columns

The data follows the covid19R standard for tidy Covid-19 data. The data columns are as follows:

Sample visualization




Covid19R/covid19_package_template documentation built on June 29, 2020, 9:37 p.m.