Landscape-Data-Commons / rangeland_indicator_calculator

A Shiny interface for calculating indicators/statistics using terradactyl
0 stars 0 forks source link

Use species_join() #38

Closed nstauffer closed 1 year ago

nstauffer commented 2 years ago

Right now the species info is joined via dplyr::left_join() but we have terradactyl::species_join() which should handle unknown plant codes. Swap to use that!