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")
The YOUR_PACKAGE package harvests the data made freely available by the XXX. See USEFUL_URL_ABOUT_DATA for more.
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")
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()
To get the most updated data, run the following functions
The data follows the covid19R standard for tidy Covid-19 data. The data columns are as follows:
,
, and can be split by tidyr::separate()
, if you wish._
XXX
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.