我正在使用 acs.R 包,但无法从 DP 表和 S 表中收集数据。不过,以 B 开头的表格很好。这是我的代码示例和我收到的错误:
national = geo.make(us="*")
Race_US <- acs.fetch(endyear = 2015, span = 1, geography = national,
table.number = "DP04", col.names = "pretty")
Warning message:
In (function (endyear, span = 5, dataset = "acs", keyword, table.name, :
Sorry, no tables/keyword meets your search.
Suggestions:
try with 'case.sensitive=F',
remove search terms,
change 'keyword' to 'table.name' in search (or vice-versa)
由于某种原因,它无法找到该表。我已经尝试了 acs.lookup 和各种应该可以工作的关键字,但仍然没有。