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.
 
 
boB Rudis 9cae6fca71
initial commit
7 years ago
R initial commit 7 years ago
man initial commit 7 years ago
tests initial commit 7 years ago
.Rbuildignore initial commit 7 years ago
.codecov.yml initial commit 7 years ago
.gitignore initial commit 7 years ago
.travis.yml initial commit 7 years ago
DESCRIPTION initial commit 7 years ago
LICENSE initial commit 7 years ago
NAMESPACE initial commit 7 years ago
NEWS.md initial commit 7 years ago
README.Rmd initial commit 7 years ago
cdcfluview.Rproj initial commit 7 years ago

README.Rmd

---
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")

```