davidclarance / rabm

The `rabm` package provides an interface to the Africa Bird Atlas data.
https://davidclarance.github.io/rabm/
3 stars 1 forks source link

get_species_list should include reporting rate #8

Open bluehill opened 5 years ago

bluehill commented 5 years ago

Currently the get_species_list function drops RepRate, Records, Cards: these are very valuable information for any set of species, and super easy to include these since the api is calling this information.

davidclarance commented 5 years ago

I want to do this after the reporting rate function is done because then we can call that function inside this function along with other metrics like NumberOfCards, NumberOfRecords etc.

Each metric will ideally have it's own tiny function that we'll call in these larger functions. It's simple but will make code a bit more modular and helps with debugging and unit testing.