You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
451 B
33 lines
451 B
5 years ago
|
---
|
||
|
output: rmarkdown::github_document
|
||
|
---
|
||
|
|
||
|
# cdcfluview
|
||
|
|
||
|
## Description
|
||
|
|
||
|
## What's Inside The Tin
|
||
|
|
||
|
The following functions are implemented:
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
```{r eval=FALSE}
|
||
|
devtools::install_github("hrbrmstr/cdcfluview")
|
||
|
```
|
||
|
|
||
|
```{r message=FALSE, warning=FALSE, error=FALSE, include=FALSE}
|
||
|
options(width=120)
|
||
|
```
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```{r message=FALSE, warning=FALSE, error=FALSE}
|
||
|
library(cdcfluview)
|
||
|
|
||
|
# current verison
|
||
|
packageVersion("cdcfluview")
|
||
|
|
||
|
```
|
||
|
|