From 25cbcaadf2f349db70286c386c879f483e944266 Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Sun, 9 Aug 2015 09:48:41 -0400 Subject: [PATCH] README & rename --- R/get_weekly_flu_report.r | 2 +- README.Rmd | 2 +- README.md | 2 +- man/get_weekly_flu_report.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/get_weekly_flu_report.r b/R/get_weekly_flu_report.r index 609d511..e7e2d2b 100644 --- a/R/get_weekly_flu_report.r +++ b/R/get_weekly_flu_report.r @@ -1,4 +1,4 @@ -#' Retrieves weekly influenza surveillance report from the CDC +#' Retrieves (high-level) weekly influenza surveillance report from the CDC #' #' The CDC publishes a \href{http://www.cdc.gov/flu/weekly/usmap.htm}{weekly #' influenza report} detailing high-level flu activity per-state. They also diff --git a/README.Rmd b/README.Rmd index a4b61fe..1ae8d58 100644 --- a/README.Rmd +++ b/README.Rmd @@ -29,7 +29,7 @@ The following functions are implemented: - `get_flu_data`: Retrieves state, regional or national influenza statistics from the CDC - `get_state_data`: Retrieves state/territory-level influenza statistics from the CDC -- `get_weekly_flu_report`: Retrieves weekly influenza surveillance report from the CDC +- `get_weekly_flu_report`: Retrieves (high-level) weekly influenza surveillance report from the CDC The following data sets are included: diff --git a/README.md b/README.md index 65f5f0a..455ff30 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The U.S. Centers for Disease Control (CDC) maintains a [portal](http://gis.cdc.g The following functions are implemented: - `get_flu_data`: Retrieves state, regional or national influenza statistics from the CDC -- `get_state_data`: Retrieves state/territory-level influenza statistics from the CDC +- `get_state_data`: Retrieves (high-level) state/territory-level influenza statistics from the CDC - `get_weekly_flu_report`: Retrieves weekly influenza surveillance report from the CDC The following data sets are included: diff --git a/man/get_weekly_flu_report.Rd b/man/get_weekly_flu_report.Rd index 460f8ca..0831f07 100644 --- a/man/get_weekly_flu_report.Rd +++ b/man/get_weekly_flu_report.Rd @@ -2,7 +2,7 @@ % Please edit documentation in R/get_weekly_flu_report.r \name{get_weekly_flu_report} \alias{get_weekly_flu_report} -\title{Retrieves weekly influenza surveillance report from the CDC} +\title{Retrieves (high-level) weekly influenza surveillance report from the CDC} \usage{ get_weekly_flu_report() }