NorwegianVeterinaryInstitute / laksetap

App for reporting salmon and rainbow trout losses in Norway
0 stars 0 forks source link

What columns should be selected from the montly mortality table? #7

Closed novica closed 8 months ago

novica commented 8 months ago
names(mortality_rates_monthly_data)
 [1] "area"       "date"       "count"      "q1"        
 [5] "median"     "q3"         "viz"        "species"   
 [9] "year"       "month_name"

Currently we do: select (year, area, median)

oliveiravhs commented 8 months ago

@novica added in issue #16 ?