-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1014 Bytes
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1014 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Type: Package
Package: census
Title: Scrape US Census Data
Version: 0.2.0
Authors@R: person("Danny", "Malter", email = "danmalter@gmail.com",
role = c("aut", "cre"))
Maintainer: Danny Malter <danmalter@gmail.com>
Description: A scraper to collect US Census data from the American Community Survey (ACS) data
and metadata. Available datasets include population, income, education and employment levels by
age, sex and race. See <http://mcdc.missouri.edu/websas/caps10acsb.html> for more information.
Unlike other census related packages, this package does not require a U.S. Census Bureau API.
URL: https://github.com/danmalter/census
BugReports: https://github.com/danmalter/census/issues
Depends:
R (>= 3.2.0),
ggmap,
RCurl,
utils
Suggests:
knitr,
rmarkdown,
ggplot2,
proto,
RgoogleMaps,
png,
rjson,
mapproj,
jpeg,
geosphere,
bitops
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr