farms {RplotterPkg} | R Documentation |
farms data
Description
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 |
Usage
farms
Format
An object of class data.table
(inherits from data.frame
) with 50 rows and 2 columns.
Source
[Package RplotterPkg version 0.1.3 Index]