Description Usage Arguments Value Note Author(s) See Also Examples
A tkTable widget is used to display and edit a matrix or data frame. One can edit entries, add or delete rows and columns, ....
1 2 |
x |
a matrix or data frame to edit. |
title |
the title of the editor window. |
header |
do we display a header? |
maxHeight |
the maximum height of the editor window. |
maxWidth |
the maximum width of the editor window. |
fontsize |
the size of the font to use in the editor window. |
... |
further arguments to pass to the function. |
The function is used for its side-effet, that is, to modify a matrix or data frame in a spreadsheet-like editor.
You need the tkTable widget to use this function
Jeffrey J. Hallman
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.