【发布时间】:2018-12-29 20:27:58
【问题描述】:
我正在尝试使 kable 表具有响应性并将其导出到闪亮的应用程序中。已经在服务器内部尝试了renderDataTable/renderTable,输出函数为datatableOutput/tableOutput,但运气不好,下面是代码行。
output$tableset <- renderDataTable({
kable(spread_bole) %>%
kable_styling(font_size = 15 ,bootstrap_options = c("striped","hover", "condensed")) })
tableOutput("tableset")
【问题讨论】:
标签: r shiny kable kableextra