if (FALSE) {
# download all data coverage products
ebirdst_download_data_coverage()
# download just the spatial coverage products
ebirdst_download_data_coverage(pattern = "spatial-coverage")
# download a single week of data coverage products
ebirdst_download_data_coverage(pattern = "01-04")
# download all weeks in april
ebirdst_download_data_coverage(pattern = "04-")
}
Run the code above in your browser using DataLab