View source: R/displayInTable.R
displayInTable | R Documentation |
Display matrix in tcltk table
displayInTable(tclarray,title="",height=-1,width=-1,nrow=-1,ncol=-1)
tclarray |
a dataframe |
title |
title of the table |
height |
-1 |
width |
-1 |
nrow |
-1 |
ncol |
-1 |
display a Table
#data(ClinicalData)
## Not run:
getInTable(Table= ClinicalData, title= "Clinical Data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.