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.

33 lines
979 B

9 years ago
Package: cdcfluview
Type: Package
9 years ago
Title: Retrieve U.S. Flu Season Data from the CDC FluView Portal
Version: 0.5.2
Date: 2017-01-02
8 years ago
Author: Bob Rudis (bob@rud.is)
Maintainer: Bob Rudis <bob@rud.is>
Encoding: UTF-8
Description: The U.S. Centers for Disease Control (CDC) maintains a portal
<http://gis.cdc.gov/grasp/fluview/fluportaldashboard.html> for
8 years ago
accessing state, regional and national influenza statistics as well as
Mortality Surveillance Data. The Flash interface makes it difficult and
time-consuming to select and retrieve influenza data. This package
provides functions to access the data provided 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),
xml2,
9 years ago
dplyr,
8 years ago
utils,
purrr,
readr,
jsonlite,
V8
9 years ago
Depends:
8 years ago
R (>= 3.2.0)
RoxygenNote: 5.0.1