Skip to content
Snippets Groups Projects
Commit 4d1703ac authored by thierrychambert's avatar thierrychambert
Browse files

coreccted "species_data"

parent 2f628594
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ library(eolpop)
source("./inst/ShinyApp/param_fixes.R")
species_data <- read.csv("./inst/ShinyApp/species_list.csv", sep = ",")
species_list <- unique(as.character(data$NomEspece))
species_list <- unique(as.character(species_data$NomEspece))
# Data elicitation, fatalities for cumulated impacts, vital rates and DD_params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment