This wrapper allows specifying a list of counties by FIPS code. It iterates over each state in the list of FIPS, downloading for each separately and then concatenating.
Examples
if (FALSE) { # \dontrun{
nassqs_byfips(
fips = c("19001", "17005", "17001"),
commodity_desc = "CORN",
year = 2019,
statisticcat_desc = "YIELD")
} # }