Skip to content

Commit

Permalink
Fix explore table header names
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaRiemer committed Sep 16, 2024
1 parent d335f98 commit 05a62cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ server <- function(input, output) {
"Common Name" = common_name,
"Method" = method,
"Waterbody Type" = waterbody_type,
"Gabelhouse" = gcat,
"Proportional Size Distribution" = gcat,
"Metric" = metric,
"N" = N,
"Mean" = mean,
"SE" = se,
Expand Down

0 comments on commit 05a62cd

Please sign in to comment.