You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my shiny code when I use reactive function with a data.table it's doesn't work but it's work with a data.frame . Please somebody can help me to solve this problem.
The text was updated successfully, but these errors were encountered:
So you need to rename "failingFlexdashboard.txt" to "failingFlexdashboard.Rmd" and then you can run it (the same with "workingFlexdashboard.txt" -> "workingFlexdashboard.Rmd").
I've also attached the log from my shiny server that gives the error. Basically, Shiny seems to be trying to treat it as a data.frame, not a data.table, so it can't find the variable to stratify on.
In my shiny code when I use reactive function with a data.table it's doesn't work but it's work with a data.frame . Please somebody can help me to solve this problem.
The text was updated successfully, but these errors were encountered: