if (FALSE) {
# review and confirm deletion of example data
ebirdst_delete(species = "yebsap-example")
# delete all data for a given version year without prompting
ebirdst_delete(year = 2021, force = TRUE)
# delete a specific species and year
ebirdst_delete(species = "Yellow-bellied Sapsucker", year = 2022,
force = TRUE)
}
Run the code above in your browser using DataLab