if (FALSE) {
# Number of plots by inventory year for the state of Wyoming
sql <- "select INVYR, count(*) AS NBRPLOTS
from plot
where statecd=56 group by INVYR"
DBqryCSV(sql = sql,
states = "Wyoming",
sqltables = "plot")
}
Run the code above in your browser using DataLab