Skip to content

Commit cd47c46

Browse files
committed
test functions
1 parent 69d093a commit cd47c46

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

inst/examples/sandbox2.R

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ dec10_zcta3 <- zi_aggregate(dec10, year = 2010, extensive = "P001001",
1010

1111
dec10 <- zi_get_demographics(year = 2010, variables = c("P001001", "P013001"),
1212
survey = "sf1")
13-
dec10 <- zi_get_demographics(year = 2010, variables = c("P001001", "P013001"),
14-
survey = "sf1", debug = "messages")
15-
dec10 <- zi_get_demographics(year = 2010, variables = c("P001001", "P013001"),
16-
survey = "sf1", debug = "call")
13+
1714
dec10_zcta3 <- zi_aggregate(dec10, year = 2010, extensive = "P001001", intensive = "P013001",
1815
survey = "sf1")
1916

@@ -29,9 +26,6 @@ geo12_3 <- zi_get_geometry(year = 2012, style = "zcta3", state = "MO", method =
2926

3027
dec12 <- zi_get_demographics(year = 2012, table = "B19083", survey = "acs5")
3128
dec12 <- zi_get_demographics(year = 2012, table = "B19083", survey = "acs5", zcta = geo12$GEOID)
32-
dec12 <- zi_get_demographics(year = 2012, table = "B19083", survey = "acs5", zcta = geo12$GEOID, debug = "messages")
33-
dec12 <- zi_get_demographics(year = 2012, table = "B19083", survey = "acs5", zcta = geo12$GEOID, debug = "call")
34-
3529
zi_get_demographics(year = 2012, variables = "B01003_001", survey = "acs5") %>%
3630
zi_aggregate(year = 2012, extensive = "B01003_001", survey = "acs5", zcta = geo12_3$ZCTA3) -> dec12_zcta3
3731

0 commit comments

Comments
 (0)