<div dir="ltr"><div>Hi All,</div><div> </div><div>The following code extracts key ACS variables for a given state. The geographic variables in &quot;us.fb&quot; are the &quot;spelled out&quot; state and county names. Since I am using this data to eventually merge with other datasets by geography I would like to use something a little less error prone than the spelled out counties. I am wondering if and how I can retrieve the FIPS codes for state and County in the acs.fetch function. </div><div> </div><div>library(acs)</div><div>us.county=geo.make(state=&quot;GA&quot;, county=&quot;*&quot;)</div><div>us.fb= acs.fetch(geography=us.county, variable=c(&quot;B05006_110&quot;,&quot;B05006_111&quot;,&quot;B05006_112&quot;), endyear=2012)</div><div>us.fb</div><div> </div><div> </div><div>Thanks for any advice!</div><div>Nevin</div></div>