Learn R Programming

RplotterPkg (version 0.1.3)

farms: 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".

statecharacter as a state abbreviation
countnumeric of state's total farm count

Usage

farms

Arguments

Format

An object of class data.table (inherits from data.frame) with 50 rows and 2 columns.