if (FALSE) {
# download example data
path <- ebirdst_download("example_data")
# or get the path if you already have the data downloaded
path <- get_species_path("example_data")
# load smoothed ranges
# note that only low res data are provided for the example data
ranges <- load_range(path, resolution = "lr")
}
Run the code above in your browser using DataLab