BCWF-Wetlands / wespr

Conversion of WESP excel Calculator to R functions.
Apache License 2.0
3 stars 0 forks source link

App questions missing from Site object #46

Closed gcperk closed 10 months ago

gcperk commented 10 months ago

@ateucher - I was working through the app ben and fun and seem to be missing this ecosystem from the "used by" list in the site object. Could this be due to the app (three letters?). Although I see the sfts and pol in the used_by list.

We might want to add an error message if missing data also. ie I tried

` indicator_data <- get_indicator_data(site, "app")
and indicator_data <- get_indicator_data(site, "ap") and got the same output? '

ateucher commented 10 months ago

I think this was basically just a typo in the indicators() function that lists the indicators. See #63