Hi,
I want to have a table with descriptive statistics but their names does not show up in my flexdashboard.
Here is the code:
renderTable({
descr(dataset2(), stats = c("mean", "sd", "min", "q1", "med", "q3", "max", "iqr", "cv"), round.digits = 2, display.labels = FALSE, transpose = FALSE, style = 'rmarkdown', method = 'render')
})
output:
If this one doesn't work, is there a summary table that works better in a flexdashboard?
Thanks!