Created
June 2, 2017 14:11
-
-
Save jhollist/010bdbb78c1cf5ce1a55ae4dd6830879 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# http://api.census.gov/data/2010/sf1?get=P0010001,P0030001&for=block:1000&in=state:44+county:003+tract:020101 | |
getCensus(name = "sf1",vintage = 2010, key = Sys.getenv("CENSUS_API_KEY"), | |
vars = "P0010001", region = "block:1000", regionin = "state:44+county:003+tract:020101") | |
# Throws error | |
# Error in data[, c(which(sapply(data, class) != "numeric"), which(sapply(data, : | |
# incorrect number of dimensions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment