Number of farms in the states of the U.S. The
raw tab delimited data (farms.txt) is read by
data.table::fread() to produce a data frame with columns
for "state" and "count".
| state | character as a state abbreviation |
| count | numeric of state's total farm count |