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.

27 lines
863 B

9 years ago
Package: cdcfluview
Type: Package
9 years ago
Title: Retrieve U.S. Flu Season Data from the CDC FluView Portal
9 years ago
Version: 0.4.0
Date: 2015-08-09
9 years ago
Author: Bob Rudis (@hrbrmstr)
Maintainer: Bob Rudis <bob@rudis.net>
Description: The U.S. Centers for Disease Control (CDC) maintains a portal
<http://gis.cdc.gov/grasp/fluview/fluportaldashboard.html> for
accessing state, regional and national influenza statistics. The Flash
interface makes it difficult and time-consuming to select and retrieve
influenza data. This package provides functions to access the data provided
9 years ago
by the portal's underlying API.
9 years ago
URL: http://github.com/hrbrmstr/cdcfluview
BugReports: https://github.com/hrbrmstr/cdcfluview/issues
License: MIT + file LICENSE
9 years ago
LazyData: true
9 years ago
Suggests:
testthat
9 years ago
Imports:
httr (>= 0.3.0),
pbapply,
xml2,
dplyr
9 years ago
Depends:
9 years ago
R (>= 3.0.0)