powered by
Function to create a tab panel with one table.
tabTableOne(id, table_one)
A tab panel with one table.
A string representing the id.
A string representing the table.
dummy_data <- data.frame( A = 1:5, B = letters[1:5] ) dummy_dt <- DT::datatable(dummy_data) tabTableOne("dummy_id", dummy_dt)
Run the code above in your browser using DataLab