update_table_display | R Documentation |
Update the display of a table of a RelDataModel
update_table_display(
x,
tableName,
px = NULL,
py = NULL,
color = NULL,
comment = NULL
)
x |
a RelDataModel |
tableName |
the name of the table to modify (a single character) |
px |
the position of the table: x value |
py |
the position of the table: y value |
color |
the color of the table |
comment |
a table description/comment |
A RelDataModel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.