if (FALSE) {
# See all values available for the statisticcat_desc field. Values may not
# be available in the context of other parameters you set, for example
# a given state may not have any 'YIELD' in blueberries if they don't grow
# blueberries in that state.
# Requires an API key:
nassqs_param_values("source_desc")
# Valid values for a parameter given a specific set of additional
# parameters
nassqs_param_values("commodity_desc", state_fips_code = "53",
county_code = "077", year = 2017,
group_desc = "EXPENSES")
}
Run the code above in your browser using DataLab