inst/apps/table3_4/server.R

server = function(input, output, session) {
  
  output$table.shock1 <- DT::renderDataTable({
    
    DT::datatable(SMRD::shockabsorber, 
                  rownames = F,
                  options = list(pageLength = 13))
})
  output$table.shock2 <- DT::renderDataTable({
    
    DT::datatable(Table.3.4, 
                  rownames = FALSE,
                  options = list(pageLength = 13))
})
}
Auburngrads/SMRD documentation built on Sept. 14, 2020, 2:21 a.m.