getNassCounty_fc: Extract NASS data by county from API - the whole shebang

Description Usage Arguments

View source: R/getNassAPI_funs.R

Description

Downloads NASS crop data by requested county, program source. Intended to retrieve all of the field crop data for a county, to be parsed by user.

Usage

1
2
getNassCounty_fc(apiKey, program = "CENSUS", sector = "CROPS",
  group = "FIELD CROPS", state, county)

Arguments

apiKey

Personal key; Obtained from http://quickstats.nass.usda.gov/api

program

'CENSUS' or 'SURVEY'

sector

ie 'CROPS'

group

ie 'FIELD CROPS'

state

state 2 digit fips

county

county 3-digit ANSI code


jdeines/salustools documentation built on May 29, 2019, 1:03 a.m.