Skip to content

Commit e7b461c

Browse files
committed
add data table
1 parent 289443f commit e7b461c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inst/shiny-visualisation/app/global.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
library(dplyr)
22
library(sf)
3-
#library(terra)
43
library(lubridate)
54
library(stars)
65

@@ -38,7 +37,7 @@ alldatas <- table %>%
3837

3938

4039
include_predictions <- TRUE
41-
include_data_table <- FALSE
40+
include_data_table <- TRUE
4241

4342

4443
alldatas$abundance_total <- rowSums(alldatas[ , grepl( "abundance" , names( alldatas ) ) ])

0 commit comments

Comments
 (0)