I\'m trying to render t.test and ANOVA results reactively.
I found that length(unique(x)) or n_distinct(x) does not work in shiny server section
length(unique(x))
n_distinct(x)