Browse Source

cleanup/prep

master
hrbrmstr 8 years ago
parent
commit
d28a8a48bd
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 2
      R/albersusa.R
  2. 20
      README.html
  3. 20
      README.md
  4. BIN
      inst/extdata/states.rda

2
R/albersusa.R

@ -12,8 +12,6 @@
#' $ geo_id (chr) "0400000US04", "0400000US05", "0400000US06", "0400...
#' $ fips_state (chr) "04", "05", "06", "08", "09", "11", "13", "17", "1...
#' $ name (chr) "Arizona", "Arkansas", "California", "Colorado", "...
#' $ lsad (chr) "", "", "", "", "", "", "", "", "", "", "", "", ""...
#' $ census_area (dbl) 113594.084, 52035.477, 155779.220, 103641.888, 484...
#' $ iso_3166_2 (chr) "AZ", "AR", "CA", "CO", "CT", "DC", "GA", "IL", "I...
#' $ census (int) 6392017, 2915918, 37253956, 5029196, 3574097, 6017...
#' $ pop_estimataes_base (int) 6392310, 2915958, 37254503, 5029324, 3574096, 6017...

20
README.html

File diff suppressed because one or more lines are too long

20
README.md

@ -53,20 +53,18 @@ dplyr::glimpse(us@data)
```
## Observations: 51
## Variables: 13
## Variables: 11
## $ geo_id (chr) "0400000US04", "0400000US05", "0400000US06", "0400000US08", "0400000US09", "0400000US11...
## $ fips_state (chr) "04", "05", "06", "08", "09", "11", "13", "17", "18", "22", "27", "28", "30", "35", "38...
## $ name (chr) "Arizona", "Arkansas", "California", "Colorado", "Connecticut", "District of Columbia",...
## $ lsad (chr) "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "",...
## $ census_area (dbl) 113594.084, 52035.477, 155779.220, 103641.888, 4842.355, 61.048, 57513.485, 55518.930, ...
## $ iso_3166_2 (chr) "AZ", "AR", "CA", "CO", "CT", "DC", "GA", "IL", "IN", "LA", "MN", "MS", "MT", "NM", "ND...
## $ census (int) 6392017, 2915918, 37253956, 5029196, 3574097, 601723, 9687653, 12830632, 6483802, 45333...
## $ pop_estimataes_base (int) 6392310, 2915958, 37254503, 5029324, 3574096, 601767, 9688681, 12831587, 6484192, 45334...
## $ pop_2010 (int) 6411999, 2922297, 37336011, 5048575, 3579345, 605210, 9714464, 12840097, 6490308, 45455...
## $ pop_2011 (int) 6472867, 2938430, 37701901, 5119661, 3590537, 620427, 9813201, 12858725, 6516560, 45759...
## $ pop_2012 (int) 6556236, 2949300, 38062780, 5191709, 3594362, 635040, 9919000, 12873763, 6537632, 46047...
## $ pop_2013 (int) 6634997, 2958765, 38431393, 5272086, 3599341, 649111, 9994759, 12890552, 6570713, 46292...
## $ pop_2014 (int) 6731484, 2966369, 38802500, 5355866, 3596677, 658893, 10097343, 12880580, 6596855, 4649...
## $ census (dbl) 6392017, 2915918, 37253956, 5029196, 3574097, 601723, 9687653, 12830632, 6483802, 45333...
## $ pop_estimataes_base (dbl) 6392310, 2915958, 37254503, 5029324, 3574096, 601767, 9688681, 12831587, 6484192, 45334...
## $ pop_2010 (dbl) 6411999, 2922297, 37336011, 5048575, 3579345, 605210, 9714464, 12840097, 6490308, 45455...
## $ pop_2011 (dbl) 6472867, 2938430, 37701901, 5119661, 3590537, 620427, 9813201, 12858725, 6516560, 45759...
## $ pop_2012 (dbl) 6556236, 2949300, 38062780, 5191709, 3594362, 635040, 9919000, 12873763, 6537632, 46047...
## $ pop_2013 (dbl) 6634997, 2958765, 38431393, 5272086, 3599341, 649111, 9994759, 12890552, 6570713, 46292...
## $ pop_2014 (dbl) 6731484, 2966369, 38802500, 5355866, 3596677, 658893, 10097343, 12880580, 6596855, 4649...
```
```r
@ -156,7 +154,7 @@ date()
```
```
## [1] "Mon Mar 28 17:53:57 2016"
## [1] "Mon Mar 28 22:38:24 2016"
```
```r

BIN
inst/extdata/states.rda

Binary file not shown.
Loading…
Cancel
Save