getInTable {canceR} | R Documentation |
get dataframe in TK/TCL table
getInTable(table,title)
table |
Dataframe |
title |
string a title of the table |
display a Table
data(ClinicalData) ## Not run: getInTable(Table= ClinicalData, title= "Clinical Data") ## End(Not run)