# NOT RUN {
# download the example data
ebirdst_download("example_data")
# get the path
path <- get_species_path("example_data")
# use it to load data
abd <- load_raster(path, "abundance")
# get the path to the full data package for yellow-bellied sapsucker
# common name, scientific name, or species code can be used
path <- get_species_path("Yellow-bellied Sapsucker")
path <- get_species_path("Sphyrapicus varius")
path <- get_species_path("yebsap")
# }
Run the code above in your browser using DataLab