library(DT) ui <- basicPage( h2("The mtcars data"), DT::dataTableOutput("mytable") ) server <- function(input, output) { output$mytable ...
確定! 回上一頁