if (FALSE) {
# Extract data from Washington state
DBgetSQLite(states = "WA")
# Extract data from Utah and California, save to an outfolder
DBgetSQLite(states = c("UT", "CA"),
outfolder = tempdir())
}
Run the code above in your browser using DataLab