getTableDetails {debrowser} | R Documentation |
get table details To be able to put a table into two lines are necessary; into the server part; getTableDetails(output, session, "dataname", data, modal=TRUE) into the ui part; uiOutput(ns("dataname"))
getTableDetails( output = NULL, session = NULL, tablename = NULL, data = NULL, modal = NULL )
output, |
output |
session, |
session |
tablename, |
table name |
data, |
matrix data |
modal, |
if it is true, the matrix is going to be in a modal |
panel
x <- getTableDetails()