Browse Source

README & rename

pull/4/head
Bob Rudis 9 years ago
parent
commit
25cbcaadf2
  1. 2
      R/get_weekly_flu_report.r
  2. 2
      README.Rmd
  3. 2
      README.md
  4. 2
      man/get_weekly_flu_report.Rd

2
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

2
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:

2
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:

2
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()
}

Loading…
Cancel
Save