Hi everybody,
I have a problem in my shiny app :
my data.frame is working well, i passed it in a reactive function,
the problem is : when i call the fonction in order to do a formattable, it's not working. I get this error : object of type 'closure' is not subsettable.
So I try to do isolate and print of the function, and it's working, I can see my dataframe in my shiny app, the problem is, I cannot change my filters, if i want the data of another year for exemple, nothing change...
Do you have any idea or other solution ??
Many thanks