if (FALSE) {
# Check the number of records returned for corn in 1995, Washington state
params <- list(
commodity_desc = "CORN",
year = "2005",
agg_level_desc = "STATE",
state_name = "WASHINGTON"
)
records <- nassqs_record_count(params)
records # returns 17
}
Run the code above in your browser using DataLab