Browse Source

Updated README

pull/4/head
Bob Rudis 9 years ago
parent
commit
d3e95aaec2
  1. 4
      README.Rmd
  2. 6
      README.md

4
README.Rmd

@ -7,6 +7,10 @@ output:
variant: markdown_github
---
**NOTE** If there's a particular data set from http://www.cdc.gov/flu/weekly/fluviewinteractive.htm that you want and that isn't in the pacakge, please file it as an issue and be as specific as you can (screen shot if possible).
-----
The CDC's FluView is a Flash portal and the only way to get flu season
data is to use GUI controls, making it tedious to retrieve updates. This package
uses the same API the portal does to programmatically retrieve data.

6
README.md

@ -1,3 +1,7 @@
**NOTE** If there's a particular data set from <http://www.cdc.gov/flu/weekly/fluviewinteractive.htm> that you want and that isn't in the pacakge, please file it as an issue and be as specific as you can (screen shot if possible).
------------------------------------------------------------------------
The CDC's FluView is a Flash portal and the only way to get flu season data is to use GUI controls, making it tedious to retrieve updates. This package uses the same API the portal does to programmatically retrieve data.
The following functions are implemented:
@ -103,7 +107,7 @@ library(testthat)
date()
```
## [1] "Sun Jan 11 11:05:26 2015"
## [1] "Sun Jan 11 19:41:02 2015"
``` r
test_dir("tests/")

Loading…
Cancel
Save