I searched in my shiny code and the problem comes from this line of code :
,column(4,selectInput("ecr","ECR :",choices=c("tout", unique(tab.encours$ECR),selectize = TRUE)))
and the code error is : ERROR: input string 1 is invalid
What is the writing problem? 